Jump to content

CIN class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Sever Category from page
 
(3 intermediate revisions by the same user not shown)
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 CIN Properties Table</span>
{{VIServerClassTables|16416}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ CIN Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|636C800
| [[CIN class/CodeRsrcPath property|CodeRsrcPath]]
|Specifies the path to the code resource (.lsb) file.
|R
|
|- style="background-color:#CCFFFF;"
|636C802
| [[CIN class/InputTerms property|InputTerms]]
|Returns a 1D array of references to the input parameter terminals.
|R
|X
|- style="background-color:#CCFFFF;"
|636C803
| [[CIN class/OutputTerms property|OutputTerms]]
|Returns a 1D array of references to the output parameter terminals.
|R
|X
|- style="background-color:#CCFFFF;"
|636C801
| [[CIN class/ParamCount property|ParamCount]]
|Gets or sets the number of parameters.
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide CIN Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ CIN Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|636C402
| [[CIN class/AddParameterAfter method|AddParameterAfter]]
|Adds a new parameter after the item you specify in <b>Index</b> and returns a reference to the new pair of terminals.
|X
|- style="background-color:#CCFFFF;"
|636C401
| [[CIN class/Create C File method|Create C File]]
|Creates a C file for the Code Interface Node at the path you specify.
|
|- style="background-color:#CCFFFF;"
|636C400
| [[CIN class/Load Code Resource method|Load Code Resource]]
|Loads a code resource from a code resource (.lsb) file.
|
|- style="background-color:#CCFFFF;"
|636C404
| [[CIN class/PurgeCodeResource method|PurgeCodeResource]]
|Deletes the code associated with the Code Interface Node.
|X
|- style="background-color:#CCFFFF;"
|636C403
| [[CIN class/RemoveParameter method|RemoveParameter]]
|Removes the parameter at the index you specify.
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 101: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


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

Latest revision as of 01:42, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CIN class
Class ID 16416
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

    Properties

    Show/Hide CIN Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    CIN Properties Table
    Property ID Long Name (English) Description R/W RTE
    636C800Code Resource PathSpecifies the path to the code resource (.lsb) file.Read OnlyNo
    636C801ParameterCountGets or sets the number of parameters.Read/WriteYes
    636C802Input Terminals[]Returns a 1D array of references to the input parameter terminals.Read OnlyYes
    636C803Output Terminals[]Returns a 1D array of references to the output parameter terminals.Read OnlyYes

    Methods

    Show/Hide CIN Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    CIN Methods Table
    Method ID Long Name (English) Description RTE
    636C400Load Code ResourceLoads a code resource from a code resource (.lsb) file.No
    636C401Create C FileCreates a C file for the Code Interface Node at the path you specify.No
    636C402Add Parameter AfterAdds a new parameter after the item you specify in Index and returns a reference to the new pair of terminals.Yes (Read/Write)
    636C403Remove ParameterRemoves the parameter at the index you specify.Yes (Read/Write)
    636C404Purge Code ResourceDeletes the code associated with the Code Interface Node.Yes (Read/Write)

    Events

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


    History

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

    See Also