Threshold

SCPI Command :

BUS<*>:SPI:SCLK:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:SPI:SCLK:THReshold
value: float = driver.bus.spi.sclk.threshold.get(bus = repcap.Bus.Default)

Set user-defined threshold values for the clock, MISO, MOSI and slave select lines.

Parameters:

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

set(sclk_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:SPI:SCLK:THReshold
driver.bus.spi.sclk.threshold.set(sclk_threshold = 1.0, bus = repcap.Bus.Default)

Set user-defined threshold values for the clock, MISO, MOSI and slave select lines.

Parameters:
  • sclk_threshold – User-defined value

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