Power<SubBlock>

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:PRESet
Commands in total: 13
Subgroups: 7
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr8

driver.calculate.marker.function.power.repcap_subBlock_set(repcap.SubBlock.Nr1)
preset(standard: TechnologyStandardB, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# 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’) .

Parameters:
  • 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.

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

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

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

Cloning the Group

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

Subgroups