SidData
SCPI Command :
SEARch:TRIGger:CAN:SIDData
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:CAN:SIDData value: bool = driver.search.trigger.can.sidData.get(search = 'abc')
Enables the search for identifier and data.
- Parameters:
search – OFF | ON
- set(search: str, chk_idtf_dat: bool) None[source]
# SEARch:TRIGger:CAN:SIDData driver.search.trigger.can.sidData.set(search = 'abc', chk_idtf_dat = False)
Enables the search for identifier and data.