TypePy

SCPI Command :

TRIGger<*>:SEQuence:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) TriggerSequence[source]
# TRIGger<*>:SEQuence:TYPE
value: enums.TriggerSequence = driver.trigger.sequence.typePy.get(trigger = repcap.Trigger.Default)

Selects the type of the sequence. All trigger sequences require that input channels CH1…4 are set as trigger sources for all conditions. See also: ‘Sequence’.

Parameters:

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

Returns:

sequence: ABR | AZ | ABRZ | AORB | AORBZ

  • ABR: Triggers if all conditions of A- and B-events, as well as additional delay and reset timeout or R-event (reset) conditions are fulfilled.

  • AZ: Triggers if the conditions of the A-event and the zone trigger are fulfilled. Additionally, a holdoff condition can be set.Requires option R&S RTP-K19.

  • ABRZ: Triggers if all conditions of A- and B-events, reset timeout or R-event (reset) conditions are fulfilled for the defined zone.Requires option R&S RTP-K19.

  • AORB: Triggers if the conditions of A-event or the conditions of the B-event are fulfilled.

  • AORBZ: Triggers if the conditions of A-event or the conditions of the B-event are fulfilled for the defined zone. Additionally, a holdoff condition can be set.Requires option R&S RTP-K19.

set(sequence: TriggerSequence, trigger=Trigger.Default) None[source]
# TRIGger<*>:SEQuence:TYPE
driver.trigger.sequence.typePy.set(sequence = enums.TriggerSequence.AB, trigger = repcap.Trigger.Default)

Selects the type of the sequence. All trigger sequences require that input channels CH1…4 are set as trigger sources for all conditions. See also: ‘Sequence’.

Parameters:
  • sequence

    ABR | AZ | ABRZ | AORB | AORBZ

    • ABR: Triggers if all conditions of A- and B-events, as well as additional delay and reset timeout or R-event (reset) conditions are fulfilled.

    • AZ: Triggers if the conditions of the A-event and the zone trigger are fulfilled. Additionally, a holdoff condition can be set.Requires option R&S RTP-K19.

    • ABRZ: Triggers if all conditions of A- and B-events, reset timeout or R-event (reset) conditions are fulfilled for the defined zone.Requires option R&S RTP-K19.

    • AORB: Triggers if the conditions of A-event or the conditions of the B-event are fulfilled.

    • AORBZ: Triggers if the conditions of A-event or the conditions of the B-event are fulfilled for the defined zone. Additionally, a holdoff condition can be set.Requires option R&S RTP-K19.

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