Ttype

SCPI Command :

TRIGger<*>:SENT:TTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusSentTsFieldType[source]
# TRIGger<*>:SENT:TTYPe
value: enums.BusSentTsFieldType = driver.trigger.sent.ttype.get(trigger = repcap.Trigger.Default)

Selects the trigger sequence type for TRIGger<t>:SENT:TYPE TSEQ (transmission sequence) .

Parameters:

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

Returns:

ts_field_type: STAT | STDA

  • STAT: Triggers on the status nibble.

  • STDA: Triggers at the end of the combination of status and data nibble(s) .Define the data conditions with TRIGgert:SENT:STATus, TRIGgert:SENT:TDCN, BUSb:SENT:DNIBbles, TRIGgert:SENT:TDMN and TRIGgert:SENT:TDMX

set(ts_field_type: BusSentTsFieldType, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:TTYPe
driver.trigger.sent.ttype.set(ts_field_type = enums.BusSentTsFieldType.STAT, trigger = repcap.Trigger.Default)

Selects the trigger sequence type for TRIGger<t>:SENT:TYPE TSEQ (transmission sequence) .

Parameters:
  • ts_field_type

    STAT | STDA

    • STAT: Triggers on the status nibble.

    • STDA: Triggers at the end of the combination of status and data nibble(s) .Define the data conditions with TRIGgert:SENT:STATus, TRIGgert:SENT:TDCN, BUSb:SENT:DNIBbles, TRIGgert:SENT:TDMN and TRIGgert:SENT:TDMX

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