SamplePoint

SCPI Command :

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

Sets for CAN-XL the position of the sample point within the bit in percent of the nominal bit time.

Parameters:

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

Returns:

xl_sample_point: 30 to 90

set(xl_sample_point: float, bus=Bus.Default) None[source]
# BUS<*>:CANXl:XDATa:SAMPlepoint
driver.bus.canXl.xdata.samplePoint.set(xl_sample_point = 1.0, bus = repcap.Bus.Default)

Sets for CAN-XL the position of the sample point within the bit in percent of the nominal bit time.

Parameters:
  • xl_sample_point – 30 to 90

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