WfmSave

SCPI Command :

MTESt<*>:ONViolation:WFMSave
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) TriggerAction[source]
# MTESt<*>:ONViolation:WFMSave
value: enums.TriggerAction = driver.mtest.onViolation.wfmSave.get(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:

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

Returns:

save_wfm: NOACtion | SUCCess | VIOLation

set(save_wfm: TriggerAction, maskTest=MaskTest.Default) None[source]
# MTESt<*>:ONViolation:WFMSave
driver.mtest.onViolation.wfmSave.set(save_wfm = enums.TriggerAction.NOACtion, 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

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