| Instrument Control Toolbox | ![]() |
Indicate if the object is connected to the instrument
Description
Status can be open or closed. If Status is closed, the object is not connected to the instrument. If Status is open, the object is connected to the instrument.
Before you can write or read data, you must connect the object to the instrument with the fopen function. You use the fclose function to disconnect an object from the instrument.
Characteristics
| Usage |
Any instrument object |
| Read only |
Always |
| Data type |
String |
Values
{closed} |
The object is not connected to the instrument. |
open |
The object is connected to the instrument. |
Functions
| Slot | StopBits | ![]() |