Delete

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer:STANdard:DELete
class DeleteCls[source]

Delete commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) str[source]
# SCPI: 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.

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

return

standard: String containing the file name of the standard.

set(standard: str, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: 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.

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