Jump to content

DSCTag class

From LabVIEW Wiki
Revision as of 03:59, 30 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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

Properties

Show/Hide DSCTag Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DSCTag Properties Table
Property ID Short Name (English) Description R/W RTE
B55EAC00 AllowUndefTags Allows tag names which are not defined in the Tag Editor to be entered.

This property is similar to the Allow Undefined Names option in the shortcut menu of a shared variable control.

R/W X
B55EAC02 DefVal Gets or sets the default value of the tag control. R/W X
B55EAC01 Value Value of the tag control. R/W X
B55EAC03 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

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

See Also