Jump to content

Formula class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Formula Properties Table</span>
{{VIServerClassTables|16409}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Formula Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6365C01
| [[Formula class/FormExpr property|FormExpr]]
|Specifies an expression for the Formula Node.
|R/W
|
|- style="background-color:#CCFFFF;"
|6365C02
| [[Formula class/FormulaParams() property|FormulaParams()]]
|Specifies the inputs and outputs of the Formula Node.
|R
|X
|- style="background-color:#CCFFFF;"
|6365C00
| [[Formula class/ScrollVis property|ScrollVis]]
|Specifies whether the vertical scroll bar is visible.
|R/W
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Formula Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Formula Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6365800
| [[Formula class/Add Input method|Add Input]]
|Adds an input to a Formula Node at the position you specify.
|
|- style="background-color:#CCFFFF;"
|6365801
| [[Formula class/Add Output method|Add Output]]
|Adds an output to a Formula Node at the position you specify.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 80: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:56, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Formula class
Class ID 16409
Scope VI Scripting
Class Inheritance
Class Children


The Formula class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Formula Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Formula Properties Table
Property ID Long Name (English) Description R/W RTE
6365C00Scrollbar Visible?Specifies whether the vertical scroll bar is visible.Read/WriteNo
6365C01Formula ExpressionSpecifies an expression for the Formula Node.Read/WriteNo
6365C02Formula Parameters[]Specifies the inputs and outputs of the Formula Node.Read OnlyYes

Methods

Show/Hide Formula Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Formula Methods Table
Method ID Long Name (English) Description RTE
6365800Add InputAdds an input to a Formula Node at the position you specify.No
6365801Add OutputAdds an output to a Formula Node at the position you specify.No

Events

This class has no events or it inherits events from its parent: Node Class.


History

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

See Also