Jump to content

IVILogicalName class

From LabVIEW Wiki
Revision as of 22:12, 1 September 2019 by Q (talk | contribs)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name IVILogicalName class
Class ID 51
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide IVILogicalName Properties Table

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

This property is similar to the Allow Undefined Names item on the shortcut menu of an IVI logical name control.

R/W X
E67CB802 DefVal Gets or sets the default value of the VISA Resource Name control. R/W X
E67CB801 Value Value of the IVI logical name control. R/W X
E67CB803 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

Show/Hide IVILogicalName Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
IVILogicalName Methods Table
Method ID Short Name (English) Description RTE
667CB800 SetClassName X

Events

No Events for this class.

History

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

See Also