Threshold
SCPI Command :
BUS<*>:I2S:DATA:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:I2S:DATA:THReshold value: float = driver.bus.i2S.data.threshold.get(bus = repcap.Bus.Default)
Sets the threshold value for the data line.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
sdata_thresholdhold: -10 to 10
- set(sdata_thresholdhold: float, bus=Bus.Default) None[source]
# BUS<*>:I2S:DATA:THReshold driver.bus.i2S.data.threshold.set(sdata_thresholdhold = 1.0, bus = repcap.Bus.Default)
Sets the threshold value for the data line.
- Parameters:
sdata_thresholdhold – -10 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)