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