Gets the value of the specified device property from one or more devices.

This VI is primarily intended to be used to access device properties that are defined by SLSC devices. It can also be used to access device properties that are defined by the SLSC driver, such as Dev.SerialNum, but in most cases using the SLSC Session Property Node with the ActiveDevice parameter is preferable because the property node automatically uses the correct data type.


icon

Inputs/Outputs

  • cgenclassrntag.png session in

    session in specifies the session to access for the given action.

  • cgenclassrntag.png devices

    devices specifies the name(s) of the device(s) to access. For multiple devices, use a comma-delimited list. If you do not specify this parameter, the session default devices will be used.

  • cgenclassrntag.png property

    property specifies the name of the property to access.

  • cerrcodeclst.png error in (no error)

    error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrntag.png session out

    session out is a copy of the session in reference.

  • ibool.png property value

    property value contains the data read from the given property.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.