Hysteresis
SCPI Command :
BUS<*>:CANXl:SIC:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CANXl:SIC:HYSTeresis value: float = driver.bus.canXl.sic.hysteresis.get(bus = repcap.Bus.Default)
Sets a hysteresis value for the SIC transceiver mode.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
sic_hysteresis: 0 to 12
- set(sic_hysteresis: float, bus=Bus.Default) None[source]
# BUS<*>:CANXl:SIC:HYSTeresis driver.bus.canXl.sic.hysteresis.set(sic_hysteresis = 1.0, bus = repcap.Bus.Default)
Sets a hysteresis value for the SIC transceiver mode.
- Parameters:
sic_hysteresis – 0 to 12
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)