ConnectorPane class

From LabVIEW Wiki
Jump to: navigation, search
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.


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

Properties

Show/Hide ConnectorPane Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ConnectorPane Properties Table
Property ID Long Name (English) Description R/W RTE
239A8400PatternAssigns or gets the connector pane pattern for a VI. Valid values are 4800 to 4835.Read/WriteYes
239A8401Number of Connection TerminalsReturns the number of connection terminals in the connector paneRead OnlyYes
239A8402Icon VisibleMakes the icon or the connector pane visible.Read/WriteYes (Read Only)
239A8403Controls[]Gets the controls hooked to the connector.Read OnlyYes (Read Only)
239A8404Terminal 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 OnlyYes (Read Only)
239A8405WiringRules[]Sets or returns an array of the wiring rules for each terminal on a connector pane.Read/WriteNo

Methods

Show/Hide ConnectorPane Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ConnectorPane Methods Table
Method ID Long Name (English) Description RTE
239A8000Assign Control To TerminalAssigns a front panel control to a connector pane terminal of the VI.No
239A8001Wiring Rule:SetSets the wiring properties of a connector pane terminal.No
239A8002Disconnect TerminalDisconnects a connector pane terminal from a control or an indicator.No
239A8003Disconnect All TerminalsDisconnects all connector pane terminals from controls and indicators.No
239A8004Rotate By 90Rotates the connector pane counter-clockwise by 90 degrees.No
239A8005Flip HorizontalFlips the connector pane horizontally.No
239A8006Flip VerticalFlips the connector pane vertically.No
239A8007Wiring Rule:GetGets 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

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

See Also