Physical Channel:Signal Type Property
Short Name: PhysChanSigType
Installed With: Base Package
Class: DAQmxName Properties
Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Physical Channel control.
1 | AI |
2 | AO |
4 | DI Line |
8 | DI Port |
16 | DO Line |
32 | DO Port |
64 | CI |
128 | CO |
256 | Switch |
To have the control display multiple signal types, add the appropriate numbers together. For example, to display AI and CO, pass 129 (128 + 1) into the node.
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | Yes |
Permissions | Read/Write |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |