Threshold

SCPI Command :

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

Sets a threshold value for the FAST transceiver mode.

Parameters:

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

Returns:

fast_threshold: -12 to 12

set(fast_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:CANXl:FAST:THReshold
driver.bus.canXl.fast.threshold.set(fast_threshold = 1.0, bus = repcap.Bus.Default)

Sets a threshold value for the FAST transceiver mode.

Parameters:
  • fast_threshold – -12 to 12

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