Wire class/Joints() property: Difference between revisions
Appearance
Added new property page. |
m Added VI Scripting Property Category to page |
||
(One intermediate revision by the same user not shown) | |||
Line 82: | Line 82: | ||
== External Links == | == External Links == | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Scripting Property]] | |||
[[Category:VI Server Property]] |
Latest revision as of 19:47, 7 May 2020
VI Server Property Information | |
---|---|
Property ID | 6371005 |
Scope | VI Scripting |
Data Name | Joints[] |
Short Name* | Joints[] |
Long Name* | Joints[] |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 16439 |
Owning Class Name | Wire Class |
Data Type | Common Cluster Array data type |
Property Node | ![]() |
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Permissions | Read Only |
Remote access allowed | Yes |
Settable when the VI is running | No |
Returns an array of all joints of the wire, which includes intersections, bends, and end points.
The output of this property is an array of clusters, and each cluster represents one joint of the wire. The following table lists descriptions for the output of each cluster.
Name | Description |
---|---|
Position | Identifies the X,Y position of the joint on the block diagram. |
Type | Indicates whether the joint has a loose end, an endpoint, a bend in the wire, a fork of the wire, or a connection to a terminal. |
Up Joint Index | Identifies the next index of the array above the joint. |
Down Joint Index | Identifies the next index of the array below the joint. |
Left Joint Index | Identifies the next index of the array to the left of the joint. |
Right Joint Index | Identifies the next index of the array to the right of the joint. |
Flags | Indicates the action of the joint:
|
Uses
![]() |
Specific use cases for this property. |
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |
See Also
![]() |
Add links to internal wiki pages that would also help. |
External Links
![]() |
Add links to external resources that would also help. |