Rcondition
SCPI Command :
SEARch:TRIGger:I2C:RCONdition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:I2C:RCONdition value: bool = driver.search.trigger.i2C.rcondition.get(search = 'abc')
Enables the search for a start condition without previous stop condition.
- Parameters:
search – OFF | ON
- set(search: str, chk_repeated_strt: bool) None[source]
# SEARch:TRIGger:I2C:RCONdition driver.search.trigger.i2C.rcondition.set(search = 'abc', chk_repeated_strt = False)
Enables the search for a start condition without previous stop condition.