Set Device Property (Bool) VI
- Updated2024-06-26
- 2 minute(s) read
Sets the value of the specified device property for one or more devices to the provided value.
Device-defined properties will not be written until a commit is called. If the property is defined by the SLSC driver, the change takes effect immediately. If the property is defined by the device(s), the change takes effect when properties are committed for the device(s). If you set a property multiple times between commits, only the last value will be committed.
To set a property for multiple devices, specify a comma-delimited list of devices and use an array version of this VI.

Inputs/Outputs
![]() session in specifies the session to access for the given action. ![]() 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. ![]() property specifies the name of the property to access. ![]() property value contains the data to write to the given property. ![]() error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() session out is a copy of the session in reference. ![]() error out contains error information. This output provides standard error out functionality. |