Clon

SCPI Command :

PBUS<*>:CLON
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrBus=PwrBus.Default) bool[source]
# PBUS<*>:CLON
value: bool = driver.pbus.clon.get(pwrBus = repcap.PwrBus.Default)

Defines if the bus is a clocked bus - one of the digital channels serves as the clock of the bus.

Parameters:

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

Returns:

clocked: OFF | ON

set(clocked: bool, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:CLON
driver.pbus.clon.set(clocked = False, pwrBus = repcap.PwrBus.Default)

Defines if the bus is a clocked bus - one of the digital channels serves as the clock of the bus.

Parameters:
  • clocked – OFF | ON

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