Ctype
SCPI Command :
SEARch:TRIGger:SWIRe:CTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) SwireControlType[source]
# SEARch:TRIGger:SWIRe:CTYPe value: enums.SwireControlType = driver.search.trigger.swire.ctype.get(search = 'abc')
Searches for a specific control type character.
- 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(search: str, control_type: SwireControlType) None[source]
# SEARch:TRIGger:SWIRe:CTYPe driver.search.trigger.swire.ctype.set(search = 'abc', control_type = enums.SwireControlType.ANY)
Searches for 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