Ctype

SCPI Command :

TRIGger<*>:SWIRe:CTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) SwireControlType[source]
# TRIGger<*>:SWIRe:CTYPe
value: enums.SwireControlType = driver.trigger.swire.ctype.get(trigger = repcap.Trigger.Default)

Triggers on a specific control type character.

Parameters:

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

Returns:

control_type: ANY | FCT | EOP | EEP | BADX

  • FCT: Flow control token

  • EOP: Normal end of packet

  • EEP: Error end of packet

  • BADX: Illegal escape code

set(control_type: SwireControlType, trigger=Trigger.Default) None[source]
# TRIGger<*>:SWIRe:CTYPe
driver.trigger.swire.ctype.set(control_type = enums.SwireControlType.ANY, trigger = repcap.Trigger.Default)

Triggers on a specific control type character.

Parameters:
  • control_type

    ANY | FCT | EOP | EEP | BADX

    • FCT: Flow control token

    • EOP: Normal end of packet

    • EEP: Error end of packet

    • BADX: Illegal escape code

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