Threshold

SCPI Command :

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

Sets a user-defined threshold value. Alternatively, you can set the threshold according to the signal technology with method RsRtx.bus.lin.technology.set() .

Parameters:

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

Returns:

threshold: -12 to 12

set(threshold: float, bus=Bus.Default) None[source]
# BUS<*>:LIN:DATA:THReshold
driver.bus.lin.data.threshold.set(threshold = 1.0, bus = repcap.Bus.Default)

Sets a user-defined threshold value. Alternatively, you can set the threshold according to the signal technology with method RsRtx.bus.lin.technology.set() .

Parameters:
  • threshold – -12 to 12

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