Dmin
SCPI Command :
SEARch:TRIGger:I2C:DMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:I2C:DMIN value: int = driver.search.trigger.i2C.dmin.get(search = 'abc')
Specifies the data bit pattern, or sets the start value of a data pattern range.. Enter the bytes in msb first bit order. The maximum pattern length is 64 bit. Waveform data is compared with the pattern byte-by-byte.
- Returns:
data: Numeric or string pattern, see ‘Bit pattern parameter’.
- set(search: str, data: int) None[source]
# SEARch:TRIGger:I2C:DMIN driver.search.trigger.i2C.dmin.set(search = 'abc', data = 1)
Specifies the data bit pattern, or sets the start value of a data pattern range.. Enter the bytes in msb first bit order. The maximum pattern length is 64 bit. Waveform data is compared with the pattern byte-by-byte.
- Parameters:
data – Numeric or string pattern, see ‘Bit pattern parameter’.