Threshold

SCPI Command :

BUS<*>:I2S:WSELect:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:I2S:WSELect:THReshold
value: float = driver.bus.i2S.wselect.threshold.get(bus = repcap.Bus.Default)

Sets the threshold value for the word select and FSYNC lines.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

ws_threshold: -10 to 10

set(ws_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:I2S:WSELect:THReshold
driver.bus.i2S.wselect.threshold.set(ws_threshold = 1.0, bus = repcap.Bus.Default)

Sets the threshold value for the word select and FSYNC lines.

Parameters:
  • ws_threshold – -10 to 10

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