Jwidth
SCPI Command :
BUS<*>:CAN:JWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CAN:JWIDth value: float = driver.bus.can.jwidth.get(bus = repcap.Bus.Default)
Defines the maximum number of time quanta for phase correction. Time segment1 may be lengthened or Time segment2 may be shortened due to resynchronization. Resynchronization corrects the phase error of an edge caused by the drift of the oscillators. For CAN FD signals, this setting defines the synchronization of the arbitration phase.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
jump_width: Time quanta
- set(jump_width: float, bus=Bus.Default) None[source]
# BUS<*>:CAN:JWIDth driver.bus.can.jwidth.set(jump_width = 1.0, bus = repcap.Bus.Default)
Defines the maximum number of time quanta for phase correction. Time segment1 may be lengthened or Time segment2 may be shortened due to resynchronization. Resynchronization corrects the phase error of an edge caused by the drift of the oscillators. For CAN FD signals, this setting defines the synchronization of the arbitration phase.
- Parameters:
jump_width – Time quanta
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)