Preset

SCPI Command :

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

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

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

return

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.

set(standard: RsFsw.enums.StandardNr5GExt, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer:PRESet
driver.applications.k14Xnr5G.calculate.marker.function.power.preset.set(standard = enums.StandardNr5GExt.AWLan, window = repcap.Window.Default, marker = repcap.Marker.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’)