Save

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:SAVE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) str[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:SAVE
value: str = driver.applications.k14Xnr5G.calculate.marker.function.power.standard.save.get(window = repcap.Window.Default, marker = repcap.Marker.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.

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: String containing the file name. The file format is xml.

set(standard: str, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:SAVE
driver.applications.k14Xnr5G.calculate.marker.function.power.standard.save.set(standard = 'abc', window = repcap.Window.Default, marker = repcap.Marker.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.

Parameters:
  • standard – String containing the file name. The file format is xml.

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