Main Content

Status

Status of whether object is connected to 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

Character vector

Values

Default value is enclosed in braces ({}).

{closed}

The object is not connected to the instrument.

open

The object is connected to the instrument.

See Also

Functions

fclose, fopen