Hysteresis

SCPI Command :

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

Sets a hysteresis value for the FAST transceiver mode.

Parameters:

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

Returns:

fast_hysteresis: 0 to 12

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

Sets a hysteresis value for the FAST transceiver mode.

Parameters:
  • fast_hysteresis – 0 to 12

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