Source

SCPI Command :

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

Selects the source for the data signal. Permitted selections are the analog channels C1–C4 and the digital channels D0–D15, but not the same as for Clock.

Parameters:

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

Returns:

source_data: Digital and analog channels cannot be used at the same time for data and clock lines. For triggering on a serial bus, analog or digital input channels are required. See ‘Waveform parameter’

set(source_data: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:MDIO:DATA:SOURce
driver.bus.mdio.data.source.set(source_data = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Selects the source for the data signal. Permitted selections are the analog channels C1–C4 and the digital channels D0–D15, but not the same as for Clock.

Parameters:
  • source_data – Digital and analog channels cannot be used at the same time for data and clock lines. For triggering on a serial bus, analog or digital input channels are required. See ‘Waveform parameter’

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