Sresults

SCPI Command :

MTESt<*>:ONViolation:SRESults
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) TriggerAction[source]
# MTESt<*>:ONViolation:SRESults
value: enums.TriggerAction = driver.mtest.onViolation.sresults.get(maskTest = repcap.MaskTest.Default)

Saves the selected results 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_results: NOACtion | SUCCess | VIOLation

set(save_results: TriggerAction, maskTest=MaskTest.Default) None[source]
# MTESt<*>:ONViolation:SRESults
driver.mtest.onViolation.sresults.set(save_results = enums.TriggerAction.NOACtion, maskTest = repcap.MaskTest.Default)

Saves the selected results 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_results – NOACtion | SUCCess | VIOLation

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