Clon
SCPI Command :
BUS<*>:PARallel:CLON
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:PARallel:CLON value: bool = driver.bus.parallel.clon.get(bus = repcap.Bus.Default)
Defines if the bus is a clocked bus - one of the digital channels serves as clock of the bus.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
clocked: OFF | ON
- set(clocked: bool, bus=Bus.Default) None[source]
# BUS<*>:PARallel:CLON driver.bus.parallel.clon.set(clocked = False, bus = repcap.Bus.Default)
Defines if the bus is a clocked bus - one of the digital channels serves as clock of the bus.
- Parameters:
clocked – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)