CIN class
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.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The CIN class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide CIN Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
636C800 | Code Resource Path | Specifies the path to the code resource (.lsb ) file. | Read Only | No |
636C801 | ParameterCount | Gets or sets the number of parameters. | Read/Write | Yes |
636C802 | Input Terminals[] | Returns a 1D array of references to the input parameter terminals. | Read Only | Yes |
636C803 | Output Terminals[] | Returns a 1D array of references to the output parameter terminals. | Read Only | Yes |
Methods
Show/Hide CIN Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
636C400 | Load Code Resource | Loads a code resource from a code resource (.lsb ) file. | No |
636C401 | Create C File | Creates a C file for the Code Interface Node at the path you specify. | No |
636C402 | Add Parameter After | Adds a new parameter after the item you specify in Index and returns a reference to the new pair of terminals. | Yes (Read/Write) |
636C403 | Remove Parameter | Removes the parameter at the index you specify. | Yes (Read/Write) |
636C404 | Purge Code Resource | Deletes 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
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |