AddOr<TriggerI2cAddo>

SCPI Command :

SEARch:TRIGger:I2C:ADOR
Commands in total: 5
Subgroups: 4
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.search.trigger.i2C.addOr.repcap_triggerI2cAddo_set(repcap.TriggerI2cAddo.Nr1)
get(search: str) bool[source]
# SEARch:TRIGger:I2C:ADOR
value: bool = driver.search.trigger.i2C.addOr.get(search = 'abc')

Enables the search for one to four address conditions. To define the address condition, use the following commands:

  • method RsRtx.search.trigger.i2C.addOr.enable.set()

  • method RsRtx.search.trigger.i2C.addOr.adrType.set()

  • method RsRtx.search.trigger.i2C.addOr.value.set()

  • method RsRtx.search.trigger.i2C.addOr.rwbIt.set()

Parameters:

search – OFF | ON

set(search: str, chk_search_addr_or: bool) None[source]
# SEARch:TRIGger:I2C:ADOR
driver.search.trigger.i2C.addOr.set(search = 'abc', chk_search_addr_or = False)

Enables the search for one to four address conditions. To define the address condition, use the following commands:

  • method RsRtx.search.trigger.i2C.addOr.enable.set()

  • method RsRtx.search.trigger.i2C.addOr.adrType.set()

  • method RsRtx.search.trigger.i2C.addOr.value.set()

  • method RsRtx.search.trigger.i2C.addOr.rwbIt.set()

Cloning the Group

# Create a copy of the original group, that exists independently
addOr_copy = driver.search.trigger.i2C.addOr.clone()

Subgroups