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