Jump to content

SimDiagram class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=SimDiagram|id=16472|scope=script|class_0=Generic|class_1=GObject|class_2=AbstractDiagram|class_3=Diagram|class_4=SimDiagram}}
{{VIServerClass|16472}}


{{stub}}
{{stub}}

Revision as of 18:44, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SimDiagram class
Class ID 16472
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide SimDiagram Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SimDiagram Properties Table
Property ID Short Name (English) Description R/W RTE
790B000 CompDiag Returns a reference to the companion diagram on a simulation diagram.

Note You must have the LabVIEW Control Design and Simulation Module to add this property to the block diagram.

R X
790B003 FeedthroughMap R/W X
790B004 SimDiagisDirty R/W X
790B001 SimulationParameters Sets or returns a variant of the simulation parameters that LabVIEW stores in the configuration file.

Note You must have the LabVIEW Control Design and Simulation Module to add this property to the block diagram.

R/W
790B002 additionalSDPrivData R/W X

Methods

Show/Hide SimDiagram Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SimDiagram Methods Table
Method ID Short Name (English) Description RTE
790AC00 CopyToCompanion X
790AC03 SubsystemFromSelection X
790AC01 setNodeMap X
790AC02 setSignalMap X

Events

No Events for this class.

History

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

See Also