ClkTolerance

SCPI Command :

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

Sets a tolerated deviation of the clock signal.

Parameters:

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

Returns:

clock_tolerance: 0 to 25

set(clock_tolerance: float, bus=Bus.Default) None[source]
# BUS<*>:SENT:CLKTolerance
driver.bus.sent.clkTolerance.set(clock_tolerance = 1.0, bus = repcap.Bus.Default)

Sets a tolerated deviation of the clock signal.

Parameters:
  • clock_tolerance – 0 to 25

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