TriggerOut
SCPI Command :
MTESt:ONViolation:TRIGgerout
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test: str) BeepMode[source]
# MTESt:ONViolation:TRIGgerout value: enums.BeepMode = driver.mtest.onViolation.triggerOut.get(mask_test = 'abc')
Creates a trigger out pulse on mask violation or successful completion of the test cycle.
- Parameters:
mask_test – String with the name of the mask test
- Returns:
trig_out_pls: NOACtion | SUCCess | VIOLation
- set(mask_test: str, trig_out_pls: BeepMode) None[source]
# MTESt:ONViolation:TRIGgerout driver.mtest.onViolation.triggerOut.set(mask_test = 'abc', trig_out_pls = enums.BeepMode.NOACtion)
Creates a trigger out pulse on mask violation or successful completion of the test cycle.
- Parameters:
mask_test – String with the name of the mask test
trig_out_pls – NOACtion | SUCCess | VIOLation