Get Phys Chan Property (String) VI
- Updated2024-06-26
- 2 minute(s) read
Gets the value of the specified physical channel property from one or more physical channels.
This VI is primarily intended to be used to access physical channel properties that are defined by SLSC devices. It can also be used to access physical channel properties that are defined by the SLSC driver, such as PhysChan.Commands, but in most cases using the SLSC Session Property Node with the ActivePhysChan parameter is preferable because the property node automatically uses the correct data type.

Inputs/Outputs
![]() session in specifies the session to access for the given action. ![]() physical channels specifies the physical channel(s) to access. For multiple physical channels, use a comma-delimited list or colon-delimited range of physical channels. Example: "Mod1/load0:2" If you do not specify this parameter, the session default physical channels will be used. ![]() property specifies the name of the property to access. ![]() 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. ![]() property value contains the data read from the given property. ![]() error out contains error information. This output provides standard error out functionality. |