ConnectorPane class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | ConnectorPane class |
Class ID | 56 |
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 ConnectorPane class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide ConnectorPane 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 |
---|---|---|---|---|
239A8400 | Pattern | Assigns or gets the connector pane pattern for a VI. Valid values are 4800 to 4835. | Read/Write | Yes |
239A8401 | Number of Connection Terminals | Returns the number of connection terminals in the connector pane | Read Only | Yes |
239A8402 | Icon Visible | Makes the icon or the connector pane visible. | Read/Write | Yes (Read Only) |
239A8403 | Controls[] | Gets the controls hooked to the connector. | Read Only | Yes (Read Only) |
239A8404 | Terminal Bounds[] | Returns an array of terminal bounds for the referenced connector pane. The bounds for each terminal are represented as a cluster of integers that indicate the position of each edge of the terminal rectangle. | Read Only | Yes (Read Only) |
239A8405 | WiringRules[] | Sets or returns an array of the wiring rules for each terminal on a connector pane. | Read/Write | No |
Methods
Show/Hide ConnectorPane Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
239A8000 | Assign Control To Terminal | Assigns a front panel control to a connector pane terminal of the VI. | No |
239A8001 | Wiring Rule:Set | Sets the wiring properties of a connector pane terminal. | No |
239A8002 | Disconnect Terminal | Disconnects a connector pane terminal from a control or an indicator. | No |
239A8003 | Disconnect All Terminals | Disconnects all connector pane terminals from controls and indicators. | No |
239A8004 | Rotate By 90 | Rotates the connector pane counter-clockwise by 90 degrees. | No |
239A8005 | Flip Horizontal | Flips the connector pane horizontally. | No |
239A8006 | Flip Vertical | Flips the connector pane vertically. | No |
239A8007 | Wiring Rule:Get | Gets the wiring properties of a connector pane terminal. | No |
Events
This class has no events or it inherits events from its parent: Generic Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |