Screenshot
SCPI Command :
POWer<*>:SOA:MTESt<*>:ONViolation:SCReenshot
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default, maskTest=MaskTest.Default) TriggerAction[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:SCReenshot value: enums.TriggerAction = driver.power.soa.mtest.onViolation.screenshot.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 configure the screenshot settings, use the commands described in ‘Screenshots’.
- 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_screenshot: NOACtion | SUCCess | VIOLation
- set(save_screenshot: TriggerAction, power=Power.Default, maskTest=MaskTest.Default) None[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:SCReenshot driver.power.soa.mtest.onViolation.screenshot.set(save_screenshot = 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 configure the screenshot settings, use the commands described in ‘Screenshots’.
- Parameters:
save_screenshot – 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’)