TriggerOut

SCPI Command :

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

Sends an outgoing pulse to the Trigger Out connector if the command is set to SUCCess or VIOLation. To configure the pulse, user the following commands:

  • method RsMxo.trigger.actions.out.source()

  • method RsMxo.trigger.actions.out.polarity()

  • method RsMxo.trigger.actions.out.delay()

  • method RsMxo.trigger.actions.out.plength()

Parameters:

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

Returns:

trig_out_pls: NOACtion | SUCCess | VIOLation

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

Sends an outgoing pulse to the Trigger Out connector if the command is set to SUCCess or VIOLation. To configure the pulse, user the following commands:

  • method RsMxo.trigger.actions.out.source()

  • method RsMxo.trigger.actions.out.polarity()

  • method RsMxo.trigger.actions.out.delay()

  • method RsMxo.trigger.actions.out.plength()

Parameters:
  • trig_out_pls – NOACtion | SUCCess | VIOLation

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