Timeout

SCPI Command :

SBUS<*>:SPI:TIMeout
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) float[source]
# SBUS<*>:SPI:TIMeout
value: float = driver.sbus.spi.timeout.get(serialBus = repcap.SerialBus.Default)

Sets the minimum clock idle time if a timeout on the clock line SCLK is used as limiter between two frames.

Parameters:

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

Returns:

clock_timeout: 5E-08 to 10

set(clock_timeout: float, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SPI:TIMeout
driver.sbus.spi.timeout.set(clock_timeout = 1.0, serialBus = repcap.SerialBus.Default)

Sets the minimum clock idle time if a timeout on the clock line SCLK is used as limiter between two frames.

Parameters:
  • clock_timeout – 5E-08 to 10

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