Ttype
SCPI Command :
SEARch:TRIGger:SENT:TTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusSentTsFieldType[source]
# SEARch:TRIGger:SENT:TTYPe value: enums.BusSentTsFieldType = driver.search.trigger.sent.ttype.get(search = 'abc')
Selects the SENT transmission sequence to be searched for. To enable the search for the transmission sequence, use method
RsRtx.search.trigger.sent.transmission.set().- Returns:
ts_field_type: STAT | STDA
STAT: Searches on the status nibble.
STDA: Searches for the end of the combination of status and data nibble(s) .Define the data conditions with SEARch:TRIGger:SENT:STATus, SEARch:TRIGger:SENT:TDCN, BUSb:SENT:DNIBbles, SEARch:TRIGger:SENT:TDMN and SEARch:TRIGger:SENT:TDMX.
- set(search: str, ts_field_type: BusSentTsFieldType) None[source]
# SEARch:TRIGger:SENT:TTYPe driver.search.trigger.sent.ttype.set(search = 'abc', ts_field_type = enums.BusSentTsFieldType.STAT)
Selects the SENT transmission sequence to be searched for. To enable the search for the transmission sequence, use method
RsRtx.search.trigger.sent.transmission.set().- Parameters:
ts_field_type –
STAT | STDA
STAT: Searches on the status nibble.
STDA: Searches for the end of the combination of status and data nibble(s) .Define the data conditions with SEARch:TRIGger:SENT:STATus, SEARch:TRIGger:SENT:TDCN, BUSb:SENT:DNIBbles, SEARch:TRIGger:SENT:TDMN and SEARch:TRIGger:SENT:TDMX.