Stype

SCPI Command :

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

Selects the trigger sequence type for TRIGger:SENT:TYPE SSMSg or ESMSg (serial message) .

Parameters:

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

Returns:

sm_field_type: ID | IDDT

  • ID: Triggers on the identifier.To set the identifier condition for a serial message, use TRIGgert:SENT:SICN, TRIGgert:SENT:SIMN and TRIGgert:SENT:SIMX.

  • IDDT: Triggers at the end of the combination of identifier and data.To set the identifier condition, use the commands shown above.To set the data condition, use TRIGgert:SENT:SDCN, TRIGgert:SENT:SDMN and TRIGgert:SENT:SDMX.

set(sm_field_type: SentStype, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:STYPe
driver.trigger.sent.stype.set(sm_field_type = enums.SentStype.ID, trigger = repcap.Trigger.Default)

Selects the trigger sequence type for TRIGger:SENT:TYPE SSMSg or ESMSg (serial message) .

Parameters:
  • sm_field_type

    ID | IDDT

    • ID: Triggers on the identifier.To set the identifier condition for a serial message, use TRIGgert:SENT:SICN, TRIGgert:SENT:SIMN and TRIGgert:SENT:SIMX.

    • IDDT: Triggers at the end of the combination of identifier and data.To set the identifier condition, use the commands shown above.To set the data condition, use TRIGgert:SENT:SDCN, TRIGgert:SENT:SDMN and TRIGgert:SENT:SDMX.

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