StatechartLibrary class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name StatechartLibrary class
Class ID 126
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide StatechartLibrary Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
StatechartLibrary Properties Table
Property ID Long Name (English) Description R/W RTE
18A16800Code Generation NeededReturns TRUE when the statechart has changes that require you to generate code for the statechart.Read OnlyNo
18A16801Has Diagram ErrorsReturns TRUE when the statechart diagram contains errors.Read OnlyNo

Methods

Show/Hide StatechartLibrary Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
StatechartLibrary Methods Table
Method ID Long Name (English) Description RTE
18A16402Generate CodeGenerates code for the statechart and optionally saves the statechart. The statechart is saved only if code generation occurs and the Save Statechart parameter is TRUE.No
18A16403Generate DocumentationGenerates an XML file that contains information about all components, including states, pseudostates, connectors, regions, and transitions, of a statechart. You can view the XML file in a Web browser.No

Events

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


History

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

See Also