Jump to content

CallByRef class/Call By Ref Node Style property: Difference between revisions

From LabVIEW Wiki
m Added VI Scripting Property Category to page
 
Line 31: Line 31:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2011|link=LabVIEW 2011]]
|More info to come.
| This property was added in [[LabVIEW 2011]].
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
{{ambox|text=Add links to internal wiki pages that would also help.}}

Latest revision as of 19:37, 10 June 2020

VI Server Property Information
Property ID 635F003
Scope VI Scripting
Data Name CBRNodeStyle
Short Name* CBRNodeStyle
Long Name* Call By Ref Node Style
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16402
Owning Class Name CallByRef Class
Data Type Enum U8 data type

Enum U8

Property Node Call By Ref Node Style
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Returns the style of an instance of the Call By Reference class. The possible values include Call By Reference, Start Asynchronous Call, and Wait On Asynchronous Call.

Use the following methods to change the style of a particular instance of the Call By Reference class:

Uses

History

Version Change(s)
LabVIEW 2011 This property was added in LabVIEW 2011.

See Also

External Links