Threshold
SCPI Command :
BUS<*>:CAN:DATA:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CAN:DATA:THReshold value: float = driver.bus.can.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.can.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<*>:CAN:DATA:THReshold driver.bus.can.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.can.technology.set().- Parameters:
threshold – -12 to 12
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)