The gpib module¶
This is a bus module intended to manage the Prologix GPIB-USB or GPIB-Ethernet controllers.
See documentation of buses for details of its behavior.
API¶
-
cmd_gpib.
init_gpib
(gpib_id, conf_string)[source]¶ Initialize a GPIB link.
conf_string must include:
- bus: conf_string of the underlying bus module. For tcp and serial, the default tcp port or serial vendor and product id will be included if not present. For a USB adapter, a typical value could be serial()
- dst_addr: GPIB address of the destination device
- adapter_addr (defaults to 0): GPIB address of the adapter