MixedSignalGraph class
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.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The MixedSignalGraph class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide MixedSignalGraph Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
393E8C00 | Legend:Visible | Shows the plot legend. | Read/Write | Yes |
393E8C01 | Smooth Update | Draws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property. | Read/Write | Yes |
393E8C02 | Active Plot | Gets 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/Write | Yes |
393E8C03 | Plot | Reference to active plot. | Read Only | Yes |
393E8C04 | Active Cursor | Use this property to get and set the active cursor and set properties and methods on that cursor. | Read/Write | Yes |
393E8C05 | Cursor | Reference to active cursor. | Read Only | Yes |
393E8C06 | Old Cursor List | Read/Write | Yes | |
393E8C07 | Old Annotation List | Read/Write | Yes | |
393E8C08 | Selected Cursors | Gets or sets the currently selected cursor. LabVIEW returns or sets the index number of the selected cursor. | Read/Write | Yes |
393E8C09 | Cursor Legend Visible | Displays the cursor legend. | Read/Write | Yes |
393E8C0A | Ignore Timestamp | If 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/Write | Yes |
393E8C0B | Ignore Attributes | If 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/Write | Yes |
393E8C0C | Legend:Disable | Disables the plot legend at run time. | Read/Write | Yes |
393E8C0D | Plot Images:Back | Sets the plot area background image, which is behind the grid lines. | Read/Write | Yes |
393E8C0E | Plot Images:Middle | Sets the plot area middle plot image, which is between the grid lines and the plot data. | Read/Write | Yes |
393E8C0F | Plot Images:Front | Sets the plot area foreground image, which is in front of the plot data. | Read/Write | Yes |
393E8C10 | Active Plot Area | Gets 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/Write | Yes |
393E8C11 | Cursor List | Array of information about all cursors. Each array element is a cluster of Cursor properties. | Read/Write | Yes |
393E8C12 | Annotation List | Array of information about all annotations. Each array element is a cluster of annotation elements. | Read/Write | Yes |
393E8C13 | Viewport:Size | Gets or sets the width and height, in pixels, of the viewing port for the referenced mixed signal graph. | Read/Write | Yes |
393E8C14 | Viewport:Size:Width | Gets or sets the width, in pixels, of the viewing port for the referenced mixed signal graph. | Read/Write | Yes |
393E8C15 | Viewport:Size:Height | Gets or sets the height, in pixels, of the viewing port for the referenced mixed signal graph. | Read/Write | Yes |
393E8C16 | Active Bus | 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. | Read/Write | Yes |
393E8C17 | Bus Open | Indicates whether the active bus is open or closed. | Read/Write | Yes |
393E8C18 | Bus | Returns a reference to the active bus. | Read Only | Yes |
393E8C19 | Show Buses With Lines | When 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/Write | Yes |
393E8C1A | Cursors Scroll Graph | Gets 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/Write | Yes |
Methods
Show/Hide MixedSignalGraph Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
393E8800 | Export Image | Exports a simplified image of the graph to the clipboard or a file. | Yes (Read/Write) |
393E8801 | Export Image Color | Yes | |
393E8802 | Export Data to Clipboard | Exports the graph data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | Yes (Read/Write) |
393E8803 | Export Data to Excel | Exports the graph data to Excel. | Yes (Read/Write) |
393E8804 | Export Data to DIAdem | Exports the graph data to DIAdem. | Yes (Read/Write) |
393E8805 | Export Plot Data To Clipboard | Exports plot data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | Yes (Read/Write) |
393E8806 | Export Plot Data To Excel | Exports plot data to Excel. | Yes (Read/Write) |
393E8807 | Export Plot Data To DIAdem | Exports plot data to DIAdem. | Yes (Read/Write) |
Events
Show/Hide MixedSignalGraph Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Description | Type |
---|---|---|---|
1073741864 | Cursor Grab | Generated 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 |
2147483687 | Cursor 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 |
1073741865 | Cursor Move | Generated when the user moves a cursor either by clicking and dragging the cursor or using the Cursor Movement Tool. | Notify |
1073741866 | Cursor Release | Generated 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
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |