Save
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:SAVE
- class SaveCls[source]
Save 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>:STANdard:SAVE value: str = driver.applications.k10Xlte.calculate.marker.function.power.standard.save.get(window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)
Saves the current ACLR measurement configuration as a new ACLR standard. The measurement configuration for power measurements consists of weighting filter, channel bandwidth and spacing, resolution and video bandwidth, detector and sweep time.
- 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: String containing the file name. The file format is xml.
- set(standard: str, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:SAVE driver.applications.k10Xlte.calculate.marker.function.power.standard.save.set(standard = 'abc', window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)
Saves the current ACLR measurement configuration as a new ACLR standard. The measurement configuration for power measurements consists of weighting filter, channel bandwidth and spacing, resolution and video bandwidth, detector and sweep time.
- param standard
String containing the file name. The file format is xml.
- 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’)