MixedSignalGraph class

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

This class has no children.


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

Properties

Show/Hide MixedSignalGraph Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MixedSignalGraph Properties Table
Property ID Long Name (English) Description R/W RTE
393E8C00Legend:VisibleShows the plot legend.Read/WriteYes
393E8C01Smooth UpdateDraws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property.Read/WriteYes
393E8C02Active PlotGets or sets the active plot. After you get or set the active plot, you then can set properties or invoke methods that affect only the specified plot.Read/WriteYes
393E8C03PlotReference to active plot.Read OnlyYes
393E8C04Active CursorUse this property to get and set the active cursor and set properties and methods on that cursor.Read/WriteYes
393E8C05CursorReference to active cursor.Read OnlyYes
393E8C06Old Cursor ListRead/WriteYes
393E8C07Old Annotation ListRead/WriteYes
393E8C08Selected CursorsGets or sets the currently selected cursor. LabVIEW returns or sets the index number of the selected cursor.Read/WriteYes
393E8C09Cursor Legend VisibleDisplays the cursor legend.Read/WriteYes
393E8C0AIgnore TimestampIf FALSE (default), the x-scale includes the time stamp information from the dynamic or waveform data. If TRUE, LabVIEW sets the beginning of the x-scale to 0 instead of the value specified by t0. This property applies only to graphs with dynamic or waveform data.Read/WriteYes
393E8C0BIgnore AttributesIf FALSE (default), the plot names in the plot legend and the scale names on the graph automatically adapt to the plot names and scale names in the dynamic or waveform data attributes. If TRUE, the plot names and scale names do not adapt to the dynamic or waveform data attributes. Change this property to TRUE if you want to change the plot names and scale names. This property applies only to graphs and charts with dynamic or waveform data.Read/WriteYes
393E8C0CLegend:DisableDisables the plot legend at run time.Read/WriteYes
393E8C0DPlot Images:BackSets the plot area background image, which is behind the grid lines.Read/WriteYes
393E8C0EPlot Images:MiddleSets the plot area middle plot image, which is between the grid lines and the plot data.Read/WriteYes
393E8C0FPlot Images:FrontSets the plot area foreground image, which is in front of the plot data.Read/WriteYes
393E8C10Active Plot AreaGets or sets the active plot area. After you get or set the active plot area, you then can set properties and methods that affect only the specified plot area.Read/WriteYes
393E8C11Cursor ListArray of information about all cursors. Each array element is a cluster of Cursor properties.Read/WriteYes
393E8C12Annotation ListArray of information about all annotations. Each array element is a cluster of annotation elements.Read/WriteYes
393E8C13Viewport:SizeGets or sets the width and height, in pixels, of the viewing port for the referenced mixed signal graph.Read/WriteYes
393E8C14Viewport:Size:WidthGets or sets the width, in pixels, of the viewing port for the referenced mixed signal graph.Read/WriteYes
393E8C15Viewport:Size:HeightGets or sets the height, in pixels, of the viewing port for the referenced mixed signal graph.Read/WriteYes
393E8C16Active 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
393E8C17Bus OpenIndicates whether the active bus is open or closed.Read/WriteYes
393E8C18BusReturns a reference to the active bus.Read OnlyYes
393E8C19Show Buses With LinesWhen this property is TRUE, both digital buses and lines display in the digital plot areas of a mixed signal graph. When this property is FALSE, only digital lines display in the plot area of a mixed signal graph.Read/WriteYes
393E8C1ACursors Scroll GraphGets or sets whether dragging the cursor outside the bounds of the graph continues to scroll the graph. Set this property to TRUE to allow scrolling outside the bounds of the graph.Read/WriteYes

Methods

Show/Hide MixedSignalGraph Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MixedSignalGraph Methods Table
Method ID Long Name (English) Description RTE
393E8800Export ImageExports a simplified image of the graph to the clipboard or a file.Yes (Read/Write)
393E8801Export Image ColorYes
393E8802Export Data to ClipboardExports the graph data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
393E8803Export Data to ExcelExports the graph data to Excel.Yes (Read/Write)
393E8804Export Data to DIAdemExports the graph data to DIAdem.Yes (Read/Write)
393E8805Export Plot Data To ClipboardExports plot data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
393E8806Export Plot Data To ExcelExports plot data to Excel.Yes (Read/Write)
393E8807Export Plot Data To DIAdemExports plot data to DIAdem.Yes (Read/Write)

Events

Show/Hide MixedSignalGraph Events Table

Legend
Basic Development Environment
VI Scripting
Private
Deprecated
MixedSignalGraph Events Table
Code Name Description Type
1073741864Cursor GrabGenerated when the user first clicks the graph cursor to move it. This event is useful if you want to register when a user interacts with a graph cursor.Notify
2147483687Cursor Grab?Generated when the user first clicks the cursor to move it. This event is useful if you want to register when a user interacts with a graph cursor, or if you want to disable user interaction with the graph cursors.Filter
1073741865Cursor MoveGenerated when the user moves a cursor either by clicking and dragging the cursor or using the Cursor Movement Tool.Notify
1073741866Cursor ReleaseGenerated when the user releases the cursor after dragging it. This event is useful if you want to register when a user has finished interacting with a graph cursor.Notify


History

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

See Also