Source

SCPI Command :

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

Sets the input channel of the slave select line.

Parameters:

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

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

Sets the input channel of the slave select line.

Parameters:
  • slave_sel_src – 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’)