Source

SCPI Command :

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

Selects the source for the clock line (management data clock, MDC) . Permitted selections are the analog channels C1–C4 and the digital channels D0–D15.

Parameters:

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

Returns:

source_clock: 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_clock: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:MDIO:CLOCk:SOURce
driver.bus.mdio.clock.source.set(source_clock = enums.SignalSource.AJ1, bus = repcap.Bus.Default)

Selects the source for the clock line (management data clock, MDC) . Permitted selections are the analog channels C1–C4 and the digital channels D0–D15.

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