WfmSave

SCPI Command :

POWer<*>:SOA:MTESt<*>:ONViolation:WFMSave
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default, maskTest=MaskTest.Default) TriggerAction[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:WFMSave
value: enums.TriggerAction = driver.power.soa.mtest.onViolation.wfmSave.get(power = repcap.Power.Default, maskTest = repcap.MaskTest.Default)

Saves the waveform data to file if the command is set to SUCCess or VIOLation. To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:

  • method RsMxo.export.waveform.autoNaming.name()

  • method RsMxo.export.waveform.autoNaming.path()

  • method RsMxo.export.waveform.autoNaming.type_py()

Parameters:
  • power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

  • maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)

Returns:

save_wfm: NOACtion | SUCCess | VIOLation

set(save_wfm: TriggerAction, power=Power.Default, maskTest=MaskTest.Default) None[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:WFMSave
driver.power.soa.mtest.onViolation.wfmSave.set(save_wfm = enums.TriggerAction.NOACtion, power = repcap.Power.Default, maskTest = repcap.MaskTest.Default)

Saves the waveform data to file if the command is set to SUCCess or VIOLation. To define the path and file names, use the EXPort:WAVeform:AUTonaming:* commands:

  • method RsMxo.export.waveform.autoNaming.name()

  • method RsMxo.export.waveform.autoNaming.path()

  • method RsMxo.export.waveform.autoNaming.type_py()

Parameters:
  • save_wfm – NOACtion | SUCCess | VIOLation

  • power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)

  • maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)