Power<SubBlock>

RepCap Settings

# Range: Nr1 .. Nr8
rc = driver.calculate.marker.function.power.repcap_subBlock_get()
driver.calculate.marker.function.power.repcap_subBlock_set(repcap.SubBlock.Nr1)

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:PRESet
class PowerCls[source]

Power commands group definition. 13 total commands, 7 Subgroups, 1 group commands Repeated Capability: SubBlock, default value after init: SubBlock.Nr1

preset(standard: RsFsw.enums.TechnologyStandardB, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:PRESet
driver.calculate.marker.function.power.preset(standard = enums.TechnologyStandardB.AWLan, window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)

Loads a measurement configuration. The measurement configuration for power measurements consists of weighting filter, channel bandwidth and spacing, resolution and video bandwidth, detector and sweep time. If the ‘Multi-Standard Radio’ standard is selected (see ‘Standard’) , different commands are required to configure ACLR measurements (see ‘Configuring MSR ACLR measurements’) .

param standard

(enum or string) For more information see ‘Reference: predefined CP/ACLR standards’. If you want to load a customized configuration, the parameter is a string containing the file name.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param marker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calculate.marker.function.power.clone()

Subgroups