Screenshot

SCPI Command :

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

Saves the waveform data to file if the command is set to SUCCess or VIOLation. To configure the screenshot settings, use the commands described in ‘Screenshots’.

Parameters:

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

Returns:

save_screenshot: NOACtion | SUCCess | VIOLation

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

Saves the waveform data to file if the command is set to SUCCess or VIOLation. To configure the screenshot settings, use the commands described in ‘Screenshots’.

Parameters:
  • save_screenshot – NOACtion | SUCCess | VIOLation

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