Clock

SCPI Command :

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

Selects the digital channel used as clock of the indicated parallel bus.

Parameters:

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

Returns:

clock_source: Clock channel

set(clock_source: BusClockSource, bus=Bus.Default) None[source]
# BUS<*>:PARallel:CLOCk
driver.bus.parallel.clock.set(clock_source = enums.BusClockSource.D0, bus = repcap.Bus.Default)

Selects the digital channel used as clock of the indicated parallel bus.

Parameters:
  • clock_source – Clock channel

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