Preset

SCPI Command :

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

Preset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) str[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:PRESet
value: str = driver.applications.k10Xlte.calculate.marker.function.power.preset.get(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 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’)

return

standard: 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.

set(standard: str, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:PRESet
driver.applications.k10Xlte.calculate.marker.function.power.preset.set(standard = 'abc', 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

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’)