SamplePoint
SCPI Command :
SBUS<*>:CAN:FDATa:SAMPlepoint
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:CAN:FDATa:SAMPlepoint value: float = driver.sbus.can.fdata.samplePoint.get(serialBus = repcap.SerialBus.Default)
Sets the position of the sample point within the bit in percent of the nominal bit time.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
fd_sample_point: 30 to 90
- set(fd_sample_point: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:CAN:FDATa:SAMPlepoint driver.sbus.can.fdata.samplePoint.set(fd_sample_point = 1.0, serialBus = repcap.SerialBus.Default)
Sets the position of the sample point within the bit in percent of the nominal bit time.
- Parameters:
fd_sample_point – 30 to 90
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)