Timeout
SCPI Command :
BUS<*>:SPI:TIMeout
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:SPI:TIMeout value: float = driver.bus.spi.timeout.get(bus = repcap.Bus.Default)
Defines a timeout on the clock line SCLK as limiter between two frames. The timeout condition is used for SPI connections without an SS line.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
clock_timeout: 50E-9 to 10
- set(clock_timeout: float, bus=Bus.Default) None[source]
# BUS<*>:SPI:TIMeout driver.bus.spi.timeout.set(clock_timeout = 1.0, bus = repcap.Bus.Default)
Defines a timeout on the clock line SCLK as limiter between two frames. The timeout condition is used for SPI connections without an SS line.
- Parameters:
clock_timeout – 50E-9 to 10
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)