Delete
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:DELete
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) str[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:DELete value: str = driver.applications.k14Xnr5G.calculate.marker.function.power.standard.delete.get(window = repcap.Window.Default, marker = repcap.Marker.Default)
Deletes a file containing an ACLR standard.
- 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 of the standard.
- set(standard: str, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:DELete driver.applications.k14Xnr5G.calculate.marker.function.power.standard.delete.set(standard = 'abc', window = repcap.Window.Default, marker = repcap.Marker.Default)
Deletes a file containing an ACLR standard.
- Parameters:
standard – String containing the file name of the standard.
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’)