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