Scondition
SCPI Command :
SEARch:TRIGger:I2C:SCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:I2C:SCONdition value: bool = driver.search.trigger.i2C.scondition.get(search = 'abc')
Enables the search for the start of the message.
- Parameters:
search – OFF | ON
- set(search: str, chk_strt_cond: bool) None[source]
# SEARch:TRIGger:I2C:SCONdition driver.search.trigger.i2C.scondition.set(search = 'abc', chk_strt_cond = False)
Enables the search for the start of the message.