DAQmxNameConstant class: Difference between revisions
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|16457}} | ||
{{stub}} | {{stub}} | ||
Revision as of 18:55, 1 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | DAQmxNameConstant class |
| Class ID | 16457 |
| Scope | VI Scripting |
| Class Inheritance |
|
| Class Children | This class has no children. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The DAQmxNameConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide DAQmxNameConstant Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 78CA700A | AllowNew | If TRUE, specifies that the Create New button is available in the Browse dialog box. | R/W | X |
| 78CA7000 | AllowMultipleNames | Allows multiple names to be entered.
If TRUE, you can enter multiple names, separated by commas, into the control. |
R/W | X |
| 78CA7001 | AllowUndefNames | Allows undefined item names to be entered.
If TRUE, you can enter any string into the I/O name control. |
R/W | X |
| 78CA7012 | TrigChan | R/W | X | |
| 78CA7011 | TrigDed | R/W | X | |
| 78CA700F | ChanSigType | Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Channel control.
To have the control display multiple signal types, add the appropriate numbers together. For example, to display AI and CO, pass 33 (32 + 1) into the node. |
R/W | X |
| 78CA7007 | Device | Defines the I/O control name of the device string to filter the list. | R/W | X |
| 78CA7002 | FilterOnDevice | Filters the pull-down menu of the control according to the names associated with Device.
If TRUE, the pull-down menu only includes the names associated with Device. |
R/W | X |
| 78CA7009 | InclInvNames | Indicates whether to include invalid items in the drop-down menu.
If TRUE, the drop-down menu includes the names of invalid configurations. |
R/W | X |
| 78CA7018 | PhysChanExt | Indicates whether to display external and commonly used channels in the pull-down menu of the control. Use this property only if the control is a DAQmx Physical Channel control. | R/W | X |
| 78CA7019 | PhysChanInt | Indicates whether to display internal and rarely used channels in the pull-down menu of the control. Use this property only if the control is a DAQmx Physical Channel control. | R/W | X |
| 78CA701A | PhysChanIntBiz | R/W | X | |
| 78CA7010 | PhysChanSigType | Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Physical Channel control.
If the control is set to physical channel, indicates the type of signals that the control will display. 1 - AI, 2 - AO, 4 - DI, 8 - DO, 16 - CI, 32 - CO, 64 - Switch, 128 - Internal. In order to have the control display multiple signal types, add the desired numbers together. In other words, for AI and CO to be displayed, pass 33 (32 + 1) into the node.
To have the control display multiple signal types, add the appropriate numbers together. For example, to display AI and CO, pass 33 (32 + 1) into the node. |
R/W | X |
| 78CA7013 | SwitchChan | Indicates whether to display the switch channels in the pull-down menu of the name control. Use this property only if the control is a DAQmx switch control. | R/W | X |
| 78CA7014 | SwitchRelay | Indicates whether to display the switch relays in the pull-down menu of the name control. Use this property only if the control is a DAQmx switch control. | R/W | X |
| 78CA701B | SwitchTopology | Indicates whether to display the switch topologies in the pull-down menu of the name control. Use this property only if the control is a DAQmx switch control. | R/W | X |
| 78CA7008 | TagType | R/W | X | |
| 78CA7016 | TermAdv | Indicates whether to display advanced and rarely used terminals in the pull-down menu of the control. Use this property only if the control is a DAQmx Terminal control. | R/W | X |
| 78CA7015 | TermBasic | Indicates whether to display basic and commonly used terminals in the pull-down menu of the control. Use this property only if the control is a DAQmx Terminal control. | R/W | X |
| 78CA7017 | TermPriv | R/W | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occured over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |