Jump to content

LVTarget class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
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 LVTarget Properties Table</span>
{{VIServerClassTables|91}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ LVTarget Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|5D37C008
| [[LVTarget class/CPU property|CPU]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C000
| [[LVTarget class/ClassName property|ClassName]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C002
| [[LVTarget class/Description property|Description]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C007
| [[LVTarget class/Dir property|Dir]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C009
| [[LVTarget class/DirChain property|DirChain]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C003
| [[LVTarget class/Model property|Model]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C005
| [[LVTarget class/OS property|OS]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C006
| [[LVTarget class/OS.Version property|OS.Version]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C00B
| [[LVTarget class/PreallocateEnabled property|PreallocateEnabled]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C00A
| [[LVTarget class/Scratch App Instance property|Scratch App Instance]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C004
| [[LVTarget class/Slot property|Slot]]
|
|R
|X
|- style="background-color:#D1BB80;"
|5D37C001
| [[LVTarget class/URL property|URL]]
|
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide LVTarget Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ LVTarget Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|5D37C006
| [[LVTarget class/ToSymbolicOrRelativePath method|ToSymbolicOrRelativePath]]
|
|X
|- style="background-color:#D1BB80;"
|5D37BC02
| [[LVTarget class/Custom Command method|Custom Command]]
|
|X
|- style="background-color:#D1BB80;"
|5D37C004
| [[LVTarget class/DirChain method|DirChain]]
|
|X
|- style="background-color:#D1BB80;"
|5D37BC00
| [[LVTarget class/Get Attributes method|Get Attributes]]
|
|X
|- style="background-color:#D1BB80;"
|5D37C003
| [[LVTarget class/LocateFile method|LocateFile]]
|
|X
|- style="background-color:#D1BB80;"
|5D37C005
| [[LVTarget class/ResolveSymbolicPaths method|ResolveSymbolicPaths]]
|
|X
|- style="background-color:#D1BB80;"
|5D37BC01
| [[LVTarget class/Set Attributes method|Set Attributes]]
|
|X
|- style="background-color:#D1BB80;"
|5D37C007
| [[LVTarget class/Update Target Syntax method|Update Target Syntax]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 01:12, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name LVTarget class
Class ID 91
Scope Private
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 LVTarget Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
LVTarget Properties Table
Property ID Long Name (English) Description R/W RTE
5D37C000Class NameRead OnlyYes
5D37C001URLRead/WriteYes
5D37C002DescriptionRead OnlyYes
5D37C003ModelRead OnlyYes
5D37C004SlotRead OnlyYes
5D37C005Operating SystemRead OnlyYes
5D37C006Operating System VersionRead OnlyYes
5D37C007DirectoryRead OnlyYes
5D37C008CPURead OnlyYes
5D37C009Directory ChainRead OnlyYes
5D37C00AScratch App InstanceRead OnlyYes
5D37C00BPreallocate EnabledRead OnlyYes

Methods

Show/Hide LVTarget Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
LVTarget Methods Table
Method ID Long Name (English) Description RTE
5D37BC00Get AttributesYes
5D37BC01Set AttributesYes
5D37BC02Custom CommandYes
5D37C003Locate File or FolderYes
5D37C004Directory ChainYes
5D37C005Resolve Symbolic PathsYes
5D37C006Convert to Symbolic Or Relative PathYes
5D37C007Update Target SyntaxYes

Events

This class has no events.


History

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

See Also