Standard
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:DELete
- Commands in total: 3Subgroups: 2Direct child commands: 1
- delete(standard: str, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:STANdard:DELete driver.calculate.marker.function.power.standard.delete(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’)
Cloning the Group
# Create a copy of the original group, that exists independently
standard_copy = driver.calculate.marker.function.power.standard.clone()
Subgroups