Saddress
SCPI Command :
SEARch:TRIGger:I2C:SADDress
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:I2C:SADDress value: bool = driver.search.trigger.i2C.saddress.get(search = 'abc')
Enables the search for one specific address condition or for a combination of address conditions. To define the address condition, use the following commands:
method
RsRtx.search.trigger.i2C.acondition.set()method
RsRtx.search.trigger.i2C.address.set()method
RsRtx.search.trigger.i2C.addTo.set()method
RsRtx.search.trigger.i2C.amode.set()method
RsRtx.search.trigger.i2C.access.set()
- Parameters:
search – OFF | ON
- set(search: str, chk_search_addr: bool) None[source]
# SEARch:TRIGger:I2C:SADDress driver.search.trigger.i2C.saddress.set(search = 'abc', chk_search_addr = False)
Enables the search for one specific address condition or for a combination of address conditions. To define the address condition, use the following commands:
method
RsRtx.search.trigger.i2C.acondition.set()method
RsRtx.search.trigger.i2C.address.set()method
RsRtx.search.trigger.i2C.addTo.set()method
RsRtx.search.trigger.i2C.amode.set()method
RsRtx.search.trigger.i2C.access.set()