Jump to content

ConditionalTunnel class/Replace With Case Selector method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
Line 6: Line 6:
| shortname = RepWithCaseSel
| shortname = RepWithCaseSel
| longname = Replace With Case Selector
| longname = Replace With Case Selector
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = CaseSelector Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = CaseSelector Refnum
| invokenodeimage = ConditionalTunnel-Replace With Case Selector.png
| invokenodeimage = ConditionalTunnel-Replace With Case Selector.png
| availableinrealtime = No
| availableinrealtime = No
Line 28: Line 28:
! 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:CaseSelector Refnum Indicator.png|frameless|border|CaseSelector Refnum|link=CaseSelector Refnum data type]]
| '''Replace With Case Selector'''
| '''Replace With Case Selector'''
| Yes. Return value.  
| Yes. Return value.  
Line 52: Line 52:
{{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 15:17, 30 April 2020

VI Server Method Information
Method ID 5D251803
Scope VI Scripting
Data Name RepWithCaseSel
Short Name* RepWithCaseSel
Long Name* Replace With Case Selector
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16525
Owning Class Name ConditionalTunnel Class
Return Data Type CaseSelector Refnum data type

CaseSelector Refnum

Invoke Node Replace With Case Selector
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Converts a tunnel on a Case structure to the case selector. This method returns an error if the current tunnel is not on a Case structure.

Parameters

Data type Name Required Description
CaseSelector Refnum Replace With Case Selector Yes. Return value.

Uses

History

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

See Also

External Links