Threshold
SCPI Command :
BUS<*>:SPI:MISO:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:SPI:MISO:THReshold value: float = driver.bus.spi.miso.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(miso_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:SPI:MISO:THReshold driver.bus.spi.miso.threshold.set(miso_threshold = 1.0, bus = repcap.Bus.Default)
Set user-defined threshold values for the clock, MISO, MOSI and slave select lines.
- Parameters:
miso_threshold – User-defined value
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)