VISA Resource Properties

VISA resources have a variety of properties, or attributes, with values you can read or set. You can use the Property Node to read or set the values of VISA properties.

After you place a Property Node on the block diagram, wire a VISA session to the reference input of the Property Node. After you wire a session to the reference input of the Property Node, LabVIEW sets the VISA Class to the class associated with that session.

To optionally change the VISA class, right-click the Property Node and select Select Class�VISA�I/O Session from the shortcut menu. The default is Instr class, which encompasses all VISA properties for instruments. The other classes limit the properties displayed in the shortcut menu to those related to the selected class. In general, choosing a more specific instrument class is optional. Notice that for some classes, for example, Backplane and BoardInterface, properties and methods do not appear in the Instr class because there is no logical overlap. Therefore, for classes such as these, choosing the appropriate class is mandatory.

The two basic types of VISA properties are global properties and local properties. Global properties are specific to a resource, and local properties are specific to a session. A global property has the same value for all the sessions that are open to a specific resource. A local property can have a different value for each session to a specific resource.

Refer to the following class names for more information about the properties in each VISA class.

I/O Session

Event

(Windows) To view related topics, click the Locate button, shown at left, in the toolbar at the top of this window. The LabVIEW Help highlights this topic in the Contents tab so you can navigate the related topics.