Jump to content

CompanionDiagram class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 8: Line 8:


==Properties==
==Properties==
<span class="mw-customtoggle-propertiestable">Show/Hide CompanionDiagram Properties Table</span>
{{VIServerPropsTable|16473}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ CompanionDiagram Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|7684C000
| [[CompanionDiagram class/SimDiag property|SimDiag]]
|Returns a reference to the companion diagrams of the simulation diagram.
 
<b>Note</b>  You must have the LabVIEW Control Design and Simulation Module to add this method to the block diagram.
|R
|
|}
</div>


==Methods==
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide CompanionDiagram Methods Table</span>
{{VIServerMethodsTable|16473}}
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ CompanionDiagram Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|7684BC00
| [[CompanionDiagram class/SplitCaseStruct method|SplitCaseStruct]]
|
|
|}
</div>


==Events==
==Events==
''No Events for this class.''
{{VIServerEventsTable|16473}}


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 16:36, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name CompanionDiagram class
Class ID 16473
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide CompanionDiagram Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CompanionDiagram Properties Table
Property ID Long Name (English) Description R/W RTE
7684C000SimulationDiagramReturns a reference to the companion diagrams of the simulation diagram.Read OnlyNo


Methods

Show/Hide CompanionDiagram Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
CompanionDiagram Methods Table
Method ID Long Name (English) Description RTE
7684BC00SplitCaseStructNo


Events

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


History

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

See Also