InPlaceElementStructure class/Add In Place Pair method: Difference between revisions
Appearance
m Category reorg |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
|}} | |}} | ||
{{TOCright}} | {{TOCright}} | ||
Adds a pair of border nodes at the specified '''Y Position''' on an [[In Place Element | Adds a pair of border nodes at the specified '''Y Position''' on an [[In Place Element structure]]. | ||
==Parameters== | ==Parameters== | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 44: | Line 44: | ||
== Uses == | == Uses == | ||
{ | Use this method when scripting a new or adding to a [[In Place Element structure]]. This method creates an [[In Place Element Border Node]] pair. The '''Y Position''' is the position from the structure's top. The '''DPID''' can have the values as follows: | ||
{| class="wikitable sortable" | |||
|- | |||
! Value | |||
! Type of Border Node | |||
|- | |||
| 335 | |||
| Array Index | |||
|- | |||
| 336 | |||
| Unbundle | |||
|- | |||
| 337 | |||
| Variant | |||
|- | |||
| 338 | |||
| In Place | |||
|- | |||
| 339 | |||
| DVR | |||
|- | |||
| 342 | |||
| Waveform | |||
|- | |||
| 356 | |||
| Array split | |||
|- | |||
| 382 | |||
| Variant Attribute | |||
|- | |||
| 397 | |||
| Map | |||
|} | |||
== History == | == History == | ||
Line 61: | Line 93: | ||
{{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 Method]] | |||
[[Category:VI Server Method]] | [[Category:VI Server Method]] |
Latest revision as of 03:13, 6 December 2020
VI Server Method Information | |
---|---|
Method ID | 658EA800 |
Scope | VI Scripting |
Data Name | Add In Place Pair |
Short Name* | Add In Place Pair |
Long Name* | Add In Place Pair |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 16516 |
Owning Class Name | InPlaceElementStructure Class |
Return Data Type | InPlaceBorderNode Refnum data type |
Invoke Node | ![]() |
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | No |
Adds a pair of border nodes at the specified Y Position on an In Place Element structure.
Parameters
Uses
Use this method when scripting a new or adding to a In Place Element structure. This method creates an In Place Element Border Node pair. The Y Position is the position from the structure's top. The DPID can have the values as follows:
Value | Type of Border Node |
---|---|
335 | Array Index |
336 | Unbundle |
337 | Variant |
338 | In Place |
339 | DVR |
342 | Waveform |
356 | Array split |
382 | Variant Attribute |
397 | Map |
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. |