Delete
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:DELete
- 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>:STANdard:DELete value: str = driver.applications.k10Xlte.calculate.marker.function.power.standard.delete.get(window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.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’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
standard: String containing the file name of the standard.
- set(standard: str, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:DELete driver.applications.k10Xlte.calculate.marker.function.power.standard.delete.set(standard = 'abc', window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.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’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)