Preset
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:PRESet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) str[source]
# 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’) .
- 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’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
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]
# 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’) .
- Parameters:
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.
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’)