Source

SCPI Command :

BUS<*>:SPI:MISO:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) SignalSource[source]
# BUS<*>:SPI:MISO:SOURce
value: enums.SignalSource = driver.bus.spi.miso.source.get(bus = repcap.Bus.Default)

Sets the input channel of the MISO line.

Parameters:

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

Returns:

miso_source: Digital and analog channels cannot be used at the same time for data, clock and slave select lines. See ‘Waveform parameter’

set(miso_source: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:SPI:MISO:SOURce
driver.bus.spi.miso.source.set(miso_source = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Sets the input channel of the MISO line.

Parameters:
  • miso_source – Digital and analog channels cannot be used at the same time for data, clock and slave select lines. See ‘Waveform parameter’

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