Jump to content

LVTarget class: Difference between revisions

From LabVIEW Wiki
Started page
 
Added info table
Line 1: Line 1:
{| class="wikitable"
{{VIServerClass|name=LVTarget|id=91|scope=private|class_0=LVTarget}}
|-
 
|<[[VI Server Class Hierarchy]]
|}
{{Stub}}
{{Stub}}
The '''LVTarget class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]).   
The '''LVTarget class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]).   
{{TOCright}}
{{TOCright}}
{| class="wikitable"
! colspan="2"|Legend
|-
|R/W
| Readable/Writable {R = Read Only, W = Write Only, R/W = Read/Write}
|-
|RTE
| Available in the [[Run-Time Engine]]
|- style="background-color:#FFFFCC;"
|colspan="2"|[[VI Server#Basic Development Environment|Basic Development Environment]]
|-style="background-color:#CCFFFF;"
|colspan="2"|[[VI Server#VI Scripting|VI Scripting]]
|-style="background-color:#D1BB80;"
|colspan="2"|[[VI Server#Private|Private]]
|-style="background-color:#FFAAAA;"
|colspan="2"|[[VI Server#Deprecated|Deprecated]]
|}


==Properties==
==Properties==
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
{| class="wikitable sortable"
|+ Application Properties Table
|+ Application Properties Table
Line 112: Line 94:
<span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
<span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
{| class="wikitable sortable"
|+ Application Methods Table
|+ Application Methods Table
Line 162: Line 145:


==Events==
==Events==
''No Events for this Class''
''No Events for this class.''


== History ==
== History ==

Revision as of 03:11, 26 August 2019

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 LVTarget class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Application Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Application Properties Table
Property ID Short Name (English) Description R/W RTE
5D37C008 CPU R X
5D37C000 ClassName R X
5D37C002 Description R X
5D37C007 Dir R X
5D37C009 DirChain R X
5D37C003 Model R X
5D37C005 OS R X
5D37C006 OS.Version R X
5D37C00B PreallocateEnabled R X
5D37C00A Scratch App Instance R X
5D37C004 Slot R X
5D37C001 URL R/W X

Methods

Show/Hide Application Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Application Methods Table
Method ID Short Name (English) Description RTE
5D37C006 ToSymbolicOrRelativePath X
5D37BC02 Custom Command X
5D37C004 DirChain X
5D37BC00 Get Attributes X
5D37C003 LocateFile X
5D37C005 ResolveSymbolicPaths X
5D37BC01 Set Attributes X
5D37C007 Update Target Syntax X

Events

No Events for this class.

History

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

See Also