DAQmxName class: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|57}} | ||
{{stub}} | {{stub}} | ||
| Line 173: | Line 173: | ||
== History == | == History == | ||
{{ambox|text=History information is needed. What changes have | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
Revision as of 22:11, 1 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | DAQmxName class |
| Class ID | 57 |
| Scope | Basic Development Environment |
| 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 DAQmxName class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide DAQmxName 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 |
|---|---|---|---|---|
| 2F3FC0A | AllowNew | Indicates whether to include the Create New button in the Browse dialog box, if applicable. | R/W | X |
| 2F3FC00 | AllowMultipleNames | Allows multiple names to be entered. | R/W | X |
| 2F3FC01 | AllowUndefNames | Allows item names which are not defined to be entered. | R/W | X |
| 2F3FC12 | TrigChan | R/W | X | |
| 2F3FC11 | TrigDed | R/W | X | |
| 2F3FC0F | 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 |
| 2F3FC07 | Device | Returns the device whose names are displayed in the pull-down menu of the DAQmx Physical Channel control, if the menu is filtered. To specify how to filter the menu, right-click the DAQmx Physical Channel control from the front panel, select I/O Name Filtering, then specify a device in the Limit to Device pull-down menu. If filtering is not enabled in Limit to Device, this property returns an empty string.
Note This property does not indicate which device contains the resource you select with a DAQmx name constant or control. |
R/W | X |
| 2F3FC02 | FilterOnDevice | Filters the pull-down menu of the control according to the names associated with Device. | R/W | X |
| 2F3FC09 | IncludeInvalidNames | Indicates whether to include invalid items in the menu. | R/W | X |
| 2F3FC18 | PhysChanExt | Indicates whether to display 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 |
| 2F3FC19 | PhysChanInt | Indicates whether to display 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 |
| 2F3FC1A | PhysChanIntBiz | R/W | X | |
| 2F3FC10 | PhysChanSigType | Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Physical Channel control.
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. |
R/W | X |
| 2F3FC13 | 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 |
| 2F3FC14 | 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 |
| 2F3FC1B | 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 |
| 2F3FC08 | TagType | R/W | X | |
| 2F3FC16 | TermAdv | Indicates whether to display 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 |
| 2F3FC15 | TermBasic | Indicates whether to display 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 |
| 2F3FC17 | TermPriv | R/W | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |