Jump to content

DAQmxNameConstant class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Sever Category from page
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=DAQmxNameConstant|id=16457|scope=script|class_0=Generic|class_1=GObject|class_2=Constant|class_3=IONameConstant|class_4=DAQmxNameConstant}}
{{VIServerClass|16457}}


{{stub}}
{{stub}}
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide DAQmxNameConstant Properties Table</span>
{{VIServerClassTables|16457}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ DAQmxNameConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|78CA700A
| [[DAQmxNameConstant class/AllowNew property|AllowNew]]
|If TRUE, specifies that the <b>Create New</b> button is available in the <b>Browse</b> dialog box.
|R/W
|X
|- style="background-color:#CCFFFF;"
|78CA7000
| [[DAQmxNameConstant class/AllowMultipleNames property|AllowMultipleNames]]
|Allows multiple names to be entered.
 
If TRUE, you can enter multiple names, separated by commas, into the control.
|R/W
|X
|- style="background-color:#CCFFFF;"
|78CA7001
| [[DAQmxNameConstant class/AllowUndefNames property|AllowUndefNames]]
|Allows undefined item names to be entered.
 
If TRUE, you can enter any string into the I/O name control.
|R/W
|X
|- style="background-color:#D1BB80;"
|78CA7012
| [[DAQmxNameConstant class/TrigChan property|TrigChan]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|78CA7011
| [[DAQmxNameConstant class/TrigDed property|TrigDed]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|78CA700F
| [[DAQmxNameConstant class/ChanSigType property|ChanSigType]]
|Indicates the type of signals that the control displays. Use this property only if the control is a DAQmx Channel control.
 
 
1AI
2AO
4DI
8DO
16CI
32CO
 
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
|- style="background-color:#CCFFFF;"
|78CA7007
| [[DAQmxNameConstant class/Device property|Device]]
|Defines the I/O control name of the device string to filter the list.
|R/W
|X
|- style="background-color:#CCFFFF;"
|78CA7002
| [[DAQmxNameConstant class/FilterOnDevice property|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
|- style="background-color:#CCFFFF;"
|78CA7009
| [[DAQmxNameConstant class/InclInvNames property|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
|- style="background-color:#CCFFFF;"
|78CA7018
| [[DAQmxNameConstant class/PhysChanExt property|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
|- style="background-color:#CCFFFF;"
|78CA7019
| [[DAQmxNameConstant class/PhysChanInt property|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
|- style="background-color:#D1BB80;"
|78CA701A
| [[DAQmxNameConstant class/PhysChanIntBiz property|PhysChanIntBiz]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|78CA7010
| [[DAQmxNameConstant class/PhysChanSigType property|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.
 
 
1AI
2AO
4DI
8DO
16CI
32C0
64Switch
128Internal
 
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
|- style="background-color:#CCFFFF;"
|78CA7013
| [[DAQmxNameConstant class/SwitchChan property|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
|- style="background-color:#CCFFFF;"
|78CA7014
| [[DAQmxNameConstant class/SwitchRelay property|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
|- style="background-color:#CCFFFF;"
|78CA701B
| [[DAQmxNameConstant class/SwitchTopology property|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
|- style="background-color:#D1BB80;"
|78CA7008
| [[DAQmxNameConstant class/TagType property|TagType]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|78CA7016
| [[DAQmxNameConstant class/TermAdv property|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
|- style="background-color:#CCFFFF;"
|78CA7015
| [[DAQmxNameConstant class/TermBasic property|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
|- style="background-color:#D1BB80;"
|78CA7017
| [[DAQmxNameConstant class/TermPriv property|TermPriv]]
|
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 194: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:46, 8 May 2020

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.


The DAQmxNameConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide DAQmxNameConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DAQmxNameConstant Properties Table
Property ID Long Name (English) Description R/W RTE
78CA7000Allow Multiple NamesAllows multiple names to be entered.Read/WriteYes
78CA7001Allow Undefined NamesAllows undefined item names to be entered.Read/WriteYes
78CA7002Filter On DeviceFilters the pull-down menu of the control according to the names associated with Device.Read/WriteYes
78CA7007DeviceDefines the I/O control name of the device string to filter the list.Read/WriteYes
78CA7008TagTypeRead/WriteYes
78CA7009Include Invalid NamesIndicates whether to include invalid items in the drop-down menu.Read/WriteYes
78CA700AAllow Create NewIf TRUE, specifies that the Create New button is available in the Browse dialog box.Read/WriteYes
78CA700FChannel:Signal TypeIndicates the type of signals that the control displays. Use this property only if the control is a DAQmx Channel control.Read/WriteYes
78CA7010Physical Channel:Signal TypeIndicates the type of signals that the control displays. Use this property only if the control is a DAQmx Physical Channel control.Read/WriteYes
78CA7011Analog Trigger:Show DedicatedRead/WriteYes
78CA7012Analog Trigger:Show AI ChannelsRead/WriteYes
78CA7013Switch:Show ChannelsIndicates 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.Read/WriteYes
78CA7014Switch:Show RelaysIndicates 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.Read/WriteYes
78CA7015Terminal:Show BasicIndicates 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.Read/WriteYes
78CA7016Terminal:Show AdvancedIndicates 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.Read/WriteYes
78CA7017Terminal:Show PrivateRead/WriteYes
78CA7018Physical Channel:Show ExternalIndicates 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.Read/WriteYes
78CA7019Physical Channel:Show InternalIndicates 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.Read/WriteYes
78CA701APhysical Channel:Show Internal BizarreRead/WriteYes
78CA701BSwitch:Show TopologiesIndicates 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.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: IONameConstant Class.

Events

This class has no events or it inherits events from its parent: IONameConstant Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also