Jump to content

Bus class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 23:31, 26 August 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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

Properties

Show/Hide Bus Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Bus Properties Table
Property ID Short Name (English) Description R/W RTE
632B418 BarStyle Gets or sets the bar plot style.

This property is similar to the Bar Plots item on the shortcut menu of a plot.

R/W X
632B421 DigitalLineStyle 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.

This property is similar to the Line Style item on the shortcut menu of a digital waveform graph plot legend.

R/W X
632B420 TransitionLocation 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.

This property is similar to the Transition Location item on the shortcut menu of a plot.

R/W X
632B41F TransitionType Sets how LabVIEW distinguishes differing values in the plot. This affects only plots with more than one bit. Applies to digital plots only.

This property is similar to the Transition Type item on the shortcut menu of a plot.

R/W X
632B419 FillTo Fill baseline: -1 None, -2 Zero, -3 Negative Infinity, -4 Infinity. Otherwise, the number of the plot being filled.

This property is similar to the Fill Base Line item on the shortcut menu of a plot and the Fill to option on the Plots page of the Properties dialog box.

R/W X
632B416 Fill/PtColor R/W X
632B424 FixedPointDigitsOfPrecision 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.

This property is similar to the Digits of Precision option on the Configure Fixed Point dialog box.

R/W X
632B422 FixedPointSettings 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.

The cluster that this property gets or sets includes the following components:


Signed—Boolean that specifies whether the fixed-point data is signed or unsigned. Word Length—Long unsigned integer that specifies the total number of bits in the bit string that LabVIEW uses to represent all possible values of the fixed-point data. LabVIEW accepts a maximum word length of 64 bits. Integer Word Length—Long signed integer that specifies the number of bits in the bit string that LabVIEW uses to represent the integer portion of the value of the fixed-point data. The integer word length can be larger than the word length, and can be positive or negative.

This property is similar to the Encoding options on the Configure Fixed Point dialog box.

R/W X
632B423 FixedPointStyle 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.

This property is similar to the Style option on the Configure Fixed Point dialog box.


Values

  • 0 Normal
  • 1 Scientific
  • 2 Engineering
  • 3 SI notation
R/W X
632B41E LabelFormat 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.

This property is similar to the Label Format item on the shortcut menu of the plot legend of a mixed signal or digital waveform graph.

This property is similar to the Format option on the Plots page of the Digital Graph Properties dialog box.

R/W X
632B415 LineStyle Get or set the line style (0-4) as shown on the shortcut menu from top-left to bottom-right.

This property is similar to the Line Style item on the shortcut menu of a plot and the Line Style option on the Plots page of the Properties dialog box.

R/W X
632B417 LineWidth Get or set the width of the plot (0-5).

This property is similar to the Line Width item on the shortcut menu of a plot and the Line Width option on the Plots page of the Properties dialog box.

R/W X
632B412 Color Get or set the color of the plot.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

This property is similar to the Color item on the shortcut menu of a plot and the Line color option on the Plots page of the Properties dialog box.

R/W X
632B41D PlotInfo R/W X
632B413 Interp Get or set the interpolation of the plot.

This property is similar to the Interpolation item on the shortcut menu of a plot and the Plot Interpolation option on the Plots page of the Properties dialog box.

R/W X
632B411 Name Get or set the name of the plot. If the Ignore Attributes property is FALSE, you cannot set the plot name.

This property is similar to the Name option on the Plots page of the Properties dialog box.

R/W X
632B414 PointStyle Get or set the point style (0-16) as shown on the shortcut menu from top-left to bottom-right.

This property is similar to the Point Style item on the shortcut menu of a plot and Point Style option on the Plots page of the Properties dialog box.

R/W X
632B41C Visible? Shows the plot. R/W X
632B41A XScaleIdx Gets the index of X-scale with which this plot is associated. R/W X
632B41B YScaleIdx Gets the index of Y-scale with which this plot is associated. R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also