ClkTolerance

SCPI Command :

SBUS<*>:SENT:CLKTolerance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SENT:CLKTolerance
value: float = driver.sbus.sent.clkTolerance.get(serialBus = repcap.SerialBus.Default)

Specifies a tolerated deviation of the clock.

Parameters:

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

Returns:

clock_tolerance: 1 to 25

set(clock_tolerance: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:CLKTolerance
driver.sbus.sent.clkTolerance.set(clock_tolerance = 1.0, serialBus = repcap.SerialBus.Default)

Specifies a tolerated deviation of the clock.

Parameters:
  • clock_tolerance – 1 to 25

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