ConnectorPane class: Difference between revisions
Appearance
Started page |
(No difference)
|
Revision as of 23:32, 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. |
| |
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).
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 | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 239A8403 | Ctrls() | Gets the controls hooked to the connector. | R | X |
| 239A8402 | IconVis | Makes the icon or the connector pane visible. | R/W | X |
| 239A8401 | NumConns | Returns the number of connection terminals in the connector pane | R | X |
| 239A8400 | Pattern | Assigns or gets the connector pane pattern for a VI. Valid values are 4800 to 4835. | R/W | X |
| 239A8404 | TermBnds() | 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.
The array elements are in terminal order as defined in the Connector Pane Pattern Reference VI for each connector pane pattern. |
R | X |
| 239A8405 | WiringRules() | Sets or returns an array of the wiring rules for each terminal on a connector pane. | R/W |
Methods
Show/Hide ConnectorPane Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short Name (English) | Description | RTE |
|---|---|---|---|
| 239A8000 | AssignCtrlToTerm | Assigns a front panel control to a connector pane terminal of the VI.
You can use this method to configure the connector panes of a target VI using VI Scripting. |
|
| 239A8003 | DiscAllTerms | Disconnects all connector pane terminals from controls and indicators. | |
| 239A8002 | DiscTerm | Disconnects a connector pane terminal from a control or an indicator. | |
| 239A8005 | FlipHoriz | Flips the connector pane horizontally. | |
| 239A8006 | FlipVert | Flips the connector pane vertically. | |
| 239A8004 | Rot90 | Rotates the connector pane counter-clockwise by 90 degrees. | |
| 239A8007 | GetWiringRule | Gets the wiring properties of a connector pane terminal.
Possible values include Invalid Wire Rule, Required, Recommended, Optional, and Dynamic Dispatch. |
|
| 239A8001 | SetWireRule | Sets the wiring properties of a connector pane terminal. |
Events
No Events for this class.
History
| |
History information is needed. What changes have occured over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |