Parallel

SCPI Command :

BUS<*>:PARallel:CLEar
Commands in total: 22
Subgroups: 13
Direct child commands: 1
clear(bus=Bus.Default) None[source]
# BUS<*>:PARallel:CLEar
driver.bus.parallel.clear(bus = repcap.Bus.Default)

Removes all assigned digital channels from the bus

Parameters:

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

clear_and_wait(bus=Bus.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a copy of the original group, that exists independently
parallel_copy = driver.bus.parallel.clone()

Subgroups