DrNack
SCPI Command :
TRIGger<*>:I2C:DRNack
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:I2C:DRNack value: bool = driver.trigger.i2C.drNack.get(trigger = repcap.Trigger.Default)
Triggers on the end of the read process when the master reads data from the slave. This Nack is sent according to the protocol definition, it is not an error.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
data_read_nack: OFF | ON
- set(data_read_nack: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:I2C:DRNack driver.trigger.i2C.drNack.set(data_read_nack = False, trigger = repcap.Trigger.Default)
Triggers on the end of the read process when the master reads data from the slave. This Nack is sent according to the protocol definition, it is not an error.
- Parameters:
data_read_nack – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)