Preset
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer:PRESet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) StandardNr5GExt[source]
# 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’) .
- Parameters:
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’)
- Returns:
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: StandardNr5GExt, window=Window.Default, marker=Marker.Default) None[source]
# 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’) .
- 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’)