Jump to content

InPlaceElementStructure class/Add In Place Pair method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
Line 6: Line 6:
| shortname = Add In Place Pair
| shortname = Add In Place Pair
| longname = Add In Place Pair
| longname = Add In Place Pair
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = InPlaceBorderNode Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = InPlaceBorderNode Refnum
| invokenodeimage = InPlaceElementStructure-Add In Place Pair.png
| invokenodeimage = InPlaceElementStructure-Add In Place Pair.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 27: Line 27:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:LVClassBDConst Refnum Indicator.png|frameless|border|LVClassBDConst Refnum|link=LVClassBDConst Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:InPlaceBorderNode Refnum Indicator.png|frameless|border|InPlaceBorderNode Refnum|link=InPlaceBorderNode Refnum data type]]
| '''Add In Place Pair'''
| '''Add In Place Pair'''
| Yes. Return value.  
| Yes. Return value.  
Line 61: Line 61:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:Method]]
[[Category:VI Server Method]]

Revision as of 22:36, 29 April 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

InPlaceBorderNode Refnum

Invoke Node Add In Place Pair
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Adds a pair of border nodes at the specified Y Position on an In Place Element Structure.

Parameters

Data type Name Required Description
InPlaceBorderNode Refnum Add In Place Pair Yes. Return value.
U32 Y Position Yes Specifies the position relative to the structure border at which to add the border nodes.
U32 DPID Yes Specifies the def proc ID of the border nodes you want to add to the structure.

Uses

History

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

See Also

External Links