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