Bus class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Bus class |
Class ID | 131 |
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 Bus class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Bus 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 |
---|---|---|---|---|
632B411 | Plot Name | Get or set the name of the plot. If the Ignore Attributes property is FALSE, you cannot set the plot name. | Read/Write | Yes |
632B412 | Plot Color | Get or set the color of the plot. | Read/Write | Yes |
632B413 | Plot Interpolation | Get or set the interpolation of the plot. | Read/Write | Yes |
632B414 | Point Style | Get or set the point style (0-16) as shown on the shortcut menu from top-left to bottom-right. | Read/Write | Yes |
632B415 | Line Style | Get or set the line style (0-4) as shown on the shortcut menu from top-left to bottom-right. | Read/Write | Yes |
632B416 | Fill/Point Color | Get or set the color of the point and fills. | Read/Write | Yes |
632B417 | Line Width | Get or set the width of the plot (0-5). | Read/Write | Yes |
632B418 | Bar Plot Style | Gets or sets the bar plot style. | Read/Write | Yes |
632B419 | Fill To | Fill baseline: -1 None, -2 Zero, -3 Negative Infinity, -4 Infinity. Otherwise, the number of the plot being filled. | Read/Write | Yes |
632B41A | X Scale Index | Gets the index of X-scale with which this plot is associated. | Read/Write | Yes |
632B41B | Y Scale Index | Gets the index of Y-scale with which this plot is associated. | Read/Write | Yes |
632B41C | Visible | Shows the plot. | Read/Write | Yes |
632B41D | Plot Info | Read/Write | Yes | |
632B41E | Label Format | Gets or sets the format of the text label on a digital bus. LabVIEW displays the plot label only if there is enough room in the digital graph plot. | Read/Write | Yes |
632B41F | Digital Transition Type | Sets how LabVIEW distinguishes differing values in the plot. This affects only plots with more than one bit. Applies to digital plots only. | Read/Write | Yes |
632B420 | Digital Transition Location | Sets whether to display high to low transitions at the previous point, in between points, or at the new point on the x-axis. The default displays high to low transitions at the new point on the x-axis. Applies to digital plots only. | Read/Write | Yes |
632B421 | Digital Line Style | Sets whether LabVIEW uses a thin or thick line in the plot to distinguish high or low values or to offset a particular plot line. Applies to digital plots only. | Read/Write | Yes |
632B422 | Fixed Point Settings | Gets or sets a cluster of settings that indicate or control the fixed-point representation of a digital bus. You can use this property only if you set the bus to Fixed Point label format. You can use the Label Format property to set the label format programmatically. | Read/Write | Yes |
632B423 | Fixed Point Style | Gets or sets the formatting style of the digital bus label that LabVIEW displays when you select the Fixed Point label format. You can use the Label Format property to set the label format programmatically. | Read/Write | Yes |
632B424 | Fixed Point Digits of Precision | Sets the number of digits of precision shown in the digital bus label when you select the Fixed Point label format. You can use the Label Format property to set the label format programmatically. | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: Generic Class.
Events
This class has no events or it inherits events from its parent: Generic Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |