SidType
SCPI Command :
SEARch:TRIGger:SENT:SIDType
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) SentSidType[source]
# SEARch:TRIGger:SENT:SIDType value: enums.SentSidType = driver.search.trigger.sent.sidType.get(search = 'abc')
Sets the message ID format (4 bit or 8 bit) of the enhanced serial message.
- Returns:
smid_type: B4 | B8
- set(search: str, smid_type: SentSidType) None[source]
# SEARch:TRIGger:SENT:SIDType driver.search.trigger.sent.sidType.set(search = 'abc', smid_type = enums.SentSidType.B4)
Sets the message ID format (4 bit or 8 bit) of the enhanced serial message.
- Parameters:
smid_type – B4 | B8