Jump to content

VISAResourceName class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=VISAResourceName|id=50|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=IOName|class_4=VISAResourceName}}
{{VIServerClass|50}}


{{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 VISAResourceName Properties Table</span>
{{VIServerClassTables|50}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ VISAResourceName Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|E354B000
| [[VISAResourceName class/AllowUndefNames property|AllowUndefNames]]
|Allows names which are not defined to be entered.
|R/W
|X
|- style="background-color:#CCFFFF;"
|E354B002
| [[VISAResourceName class/DefVal property|DefVal]]
|Gets or sets the default value of the VISA Resource Name control.
|R/W
|X
|- style="background-color:#D1BB80;"
|E354B004
| [[VISAResourceName class/DefinedClasses property|DefinedClasses]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|E354B001
| [[VISAResourceName class/Value property|Value]]
|Value of the VISA resource name control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|E354B003
| [[VISAResourceName class/Val(Sgnl) property|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
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide VISAResourceName Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ VISAResourceName Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|6354B000
| [[VISAResourceName class/SetClassName method|SetClassName]]
|
|X
|}
</div>
 
==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 89: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


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

Latest revision as of 02:01, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name VISAResourceName class
Class ID 50
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide VISAResourceName Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
VISAResourceName Properties Table
Property ID Long Name (English) Description R/W RTE
E354B000Allow Undefined NamesAllows names which are not defined to be entered.Read/WriteYes
E354B001ValueValue of the VISA resource name control.Read/WriteYes
E354B002Default ValueGets or sets the default value of the VISA Resource Name control.Read/WriteYes (Read Only)
E354B003Value (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes
E354B004DefinedClassesRead OnlyYes

Methods

Show/Hide VISAResourceName Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
VISAResourceName Methods Table
Method ID Long Name (English) Description RTE
6354B000Set Class NameYes

Events

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


History

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

See Also