Delete
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:DELete
- class DeleteCls[source]
Delete 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: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.
- 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 of the standard.
- set(standard: str, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None [source]
# SCPI: 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.
- param standard
String containing the file name of the standard.
- 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’)