CommunicatorType#
Python version of the communicator type enumeration.
Members#
| Member | Value | Description |
|---|---|---|
| NO_COMMUNICATOR | 0 | No communicator is used. |
| NULL_COMMUNICATOR | 1 | Null communicator is used. |
| GPIB | 2 | GPIB is used. |
| RS232 | 4 | RS232 is used. |
| TCP_IP | 8 | TCP-IP is used. |
| All | 14 | All communicators are used. |
| TCP_IP_MANUAL | 64 | TCP-IP is used. |