DrNack

SCPI Command :

SEARch:TRIGger:I2C:DRNack
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:I2C:DRNack
value: bool = driver.search.trigger.i2C.drNack.get(search = 'abc')

Searches for 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.

Returns:

data_read_nack: OFF | ON

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

Searches for 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