AdrType

SCPI Command :

TRIGger<*>:I2C:ADOR<*>:ADRType
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, triggerI2cAdor=TriggerI2cAdor.Default) AddressType[source]
# TRIGger<*>:I2C:ADOR<*>:ADRType
value: enums.AddressType = driver.trigger.i2C.addOr.adrType.get(trigger = repcap.Trigger.Default, triggerI2cAdor = repcap.TriggerI2cAdor.Default)

Sets the address type for the indicated ADOR address in the ‘address OR’ trigger condition.

Parameters:
  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

  • triggerI2cAdor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AddOr’)

Returns:

address_type: BIT7 | BIT7_RW | BIT10

set(address_type: AddressType, trigger=Trigger.Default, triggerI2cAdor=TriggerI2cAdor.Default) None[source]
# TRIGger<*>:I2C:ADOR<*>:ADRType
driver.trigger.i2C.addOr.adrType.set(address_type = enums.AddressType.ANY, trigger = repcap.Trigger.Default, triggerI2cAdor = repcap.TriggerI2cAdor.Default)

Sets the address type for the indicated ADOR address in the ‘address OR’ trigger condition.

Parameters:
  • address_type – BIT7 | BIT7_RW | BIT10

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

  • triggerI2cAdor – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AddOr’)