DAQChannelName class: Difference between revisions
Started page |
No edit summary |
||
| Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|49}} | ||
{{stub}} | {{stub}} | ||
| Line 64: | Line 64: | ||
== 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:10, 1 September 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | DAQChannelName class |
| Class ID | 49 |
| 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 DAQChannelName class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide DAQChannelName 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 |
|---|---|---|---|---|
| D76C3001 | AllowMultNames | Allows multiple names to be entered.
This property is similar to the Allow Multiple Names option of the Filter Names dialog box. Right-click the traditional DAQ channel control and select I/O Name Filtering from the shortcut menu to display the Filter Names dialog box. |
R/W | X |
| D76C3000 | AllowUndefNames | Allows channel names which are not defined to be entered.
This property is similar to the Allow Undefined Names option of the Filter Names dialog box. Right-click the traditional DAQ channel control and select I/O Name Filtering from the shortcut menu to display the Filter Names dialog box. |
R/W | X |
| D76C3003 | DefVal | Gets or sets the default value of the DAQ Channel Name control. | R/W | X |
| D76C3002 | Value | Value of the traditional DAQ channel control. | R/W | X |
| D76C3004 | Val(Sgnl) | Sets the value of the control and generates a Value Change event.
This property updates the value of an object similar to the Value property. However, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object. National Instruments recommends you use this property only when you rely on LabVIEW generating an event in response to the programmatic value change. |
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. |