Gpib<GpibInstance>

RepCap Settings

# Range: Inst1 .. Inst32
rc = driver.system.communicate.gpib.repcap_gpibInstance_get()
driver.system.communicate.gpib.repcap_gpibInstance_set(repcap.GpibInstance.Inst1)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.communicate.gpib.clone()

Subgroups