SamplePoint
SCPI Command :
BUS<*>:CANXl:SAMPlepoint
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CANXl:SAMPlepoint value: float = driver.bus.canXl.samplePoint.get(bus = repcap.Bus.Default)
Sets for basic CAN 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:
sample_point: 30 to 90
- set(sample_point: float, bus=Bus.Default) None[source]
# BUS<*>:CANXl:SAMPlepoint driver.bus.canXl.samplePoint.set(sample_point = 1.0, bus = repcap.Bus.Default)
Sets for basic CAN the position of the sample point within the bit in percent of the nominal bit time.
- Parameters:
sample_point – 30 to 90
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)