TriggerOut

SCPI Command :

POWer<*>:SOA:MTESt<*>:ONViolation:TRIGgerout
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default, maskTest=MaskTest.Default) TriggerAction[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:TRIGgerout
value: enums.TriggerAction = driver.power.soa.mtest.onViolation.triggerOut.get(power = repcap.Power.Default, 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:
  • 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:

trig_out_pls: NOACtion | SUCCess | VIOLation

set(trig_out_pls: TriggerAction, power=Power.Default, maskTest=MaskTest.Default) None[source]
# POWer<*>:SOA:MTESt<*>:ONViolation:TRIGgerout
driver.power.soa.mtest.onViolation.triggerOut.set(trig_out_pls = enums.TriggerAction.NOACtion, power = repcap.Power.Default, 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

  • 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’)