Jump to content

DigitalGraph class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
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 DigitalGraph Properties Table</span>
{{VIServerClassTables|121}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ DigitalGraph Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|1EE9D009
| [[DigitalGraph class/ActBus property|ActBus]]
|Indicates which bus on the referenced graph is active. The first bus on the graph is 0, the second bus is 1, and so on.
|R/W
|X
|- style="background-color:#FFFFCC;"
|1EE9D00C
| [[DigitalGraph class/Bus property|Bus]]
|Returns a reference to the active bus.
|R
|X
|- style="background-color:#FFFFCC;"
|1EE9D00B
| [[DigitalGraph class/BusOpen property|BusOpen]]
|Indicates whether the active bus is open or closed.
|R/W
|X
|- style="background-color:#FFFFCC;"
|1EE9D000
| [[DigitalGraph class/DarkenCompareData property|DarkenCompareData]]
|Darkens the color of digital segments that correspond to compare data (as opposed to drive data) on the digital graph.
|R/W
|X
|- style="background-color:#FFFFCC;"
|1EE9D007
| [[DigitalGraph class/DigitalTreeView property|DigitalTreeView]]
|Enables or disables the tree view of the plot legend on a digital waveform graph. When this property is FALSE, the standard view of the plot legend is enabled.
|R/W
|X
|- style="background-color:#FFFFCC;"
|1EE9D008
| [[DigitalGraph class/ShowBusesWithLines property|ShowBusesWithLines]]
|When this property is TRUE, both digital buses and lines display in the plot area of a digital waveform graph. When this property is FALSE, only digital lines display in the plot area of a digital waveform graph.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 22:06, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name DigitalGraph class
Class ID 121
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide DigitalGraph Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DigitalGraph Properties Table
Property ID Long Name (English) Description R/W RTE
1EE9D000Darken Compare DataDarkens the color of digital segments that correspond to compare data (as opposed to drive data) on the digital graph.Read/WriteYes
1EE9D007Digital Tree ViewEnables or disables the tree view of the plot legend on a digital waveform graph. When this property is FALSE, the standard view of the plot legend is enabled.Read/WriteYes
1EE9D008Show Buses With LinesWhen this property is TRUE, both digital buses and lines display in the plot area of a digital waveform graph. When this property is FALSE, only digital lines display in the plot area of a digital waveform graph.Read/WriteYes
1EE9D009Active BusIndicates which bus on the referenced graph is active. The first bus on the graph is 0, the second bus is 1, and so on.Read/WriteYes
1EE9D00BBus OpenIndicates whether the active bus is open or closed.Read/WriteYes
1EE9D00CBusReturns a reference to the active bus.Read OnlyYes

Methods

This class has no methods or it inherits methods from its parent: WaveformGraph Class.

Events

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


History

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

See Also