LabVIEW Sound and Vibration API Reference

Octave Waterfall Graph

  • Updated2024-06-18
  • 4 minute(s) read

Octave Waterfall Graph


Owning Palette: Octave Spectra Controls


Requires: Sound and Vibration Measurement Suite

Displays multiple octave spectra in a three-dimensional plane to illustrate time-varying signals. You often use the Octave Waterfall Graph to study the evolution of an octave spectrum over time or other variables.

Tip Tip  <Ctrl>-click and drag the plot area to change the perspective interactively.

Properties

You can set Octave Waterfall Graph properties in the Graph Properties: Octave Waterfall Graph dialog box. You also can set the following Octave Waterfall Graph properties programmatically with the Property Node.

PropertyDescription
Color:BackgroundColor of the background.
Color:FrameColor of the frame.
Color:PlotsColor of the plot.
Perspective:Height %Changes the vertical perspective of the graph. The percentage you enter is the ratio between the vertical edge of the frame and available vertical plot area.
Perspective:Width %Changes the horizontal perspective of the graph. The percentage you enter is the ratio between the horizontal edge of the frame and available horizontal plot area.
Scale Range ChangeReturns the event callback refnum to detect when the x-, y-, or z-axis range changes. This property returns the new range Minimum and Maximum. This property also returns the Kind of axis that changed.
Reverse OrderReverses the order of the z-axis on the Octave Waterfall Graph.
TransparencyTransparency of the plots. When you set this property, each plot is completely visible regardless of position. Transparency increases the update rate of the graph.
X Scale:AutoscaleScales the x-axis to fit the data automatically.
X Scale:Display Format:FormatFormat of x-axis of the plot. You cannot wire a value of 4 to this property. This property returns a value of 4 if the format string contains text or the format string includes more than one format specifier. You can use one of the following formats:
  • 0—Decimal
  • 1—Scientific
  • 2—Engineering
  • 3—SI
X Scale:Display Format:PrecisionNumber of digits after the decimal point.
X Scale:Format StringFormat string of the x-axis of the scale.
X Scale:Name Label:TextText of the x-axis scale label.
X Scale:Name Label:VisibleDisplays the x-axis scale label.
X Scale:Offset and Multiplier:MultiplierMultiplier (dx), or interval, for scaling data using (dx)*X + X0.
X Scale:Offset and Multiplier:OffsetOffset (X0), or initial value, for scaling data using (dx)*X + X0.
X Scale:RangeScale range using a cluster with subparameters Minimum and Maximum.
X Scale:VisibleDisplays the x-axis scale.
Y Scale:AutoscaleScales the y-axis to fit the data automatically.
Y Scale:Display Format:FormatFormat of y-axis of the plot. You cannot wire a value of 4 to this property. This property returns a value of 4 if the format string contains text or the format string includes more than one format specifier. You can use one of the following formats:
  • 0—Decimal
  • 1—Scientific
  • 2—Engineering
  • 3—SI
Y Scale:Display Format:PrecisionNumber of digits after the decimal point.
Y Scale:Format StringFormat string of the y-axis of the scale.
Y Scale:Name Label:TextText of the y-axis scale label.
Y Scale:Name Label:VisibleDisplays the y-axis scale label.
Y Scale:Offset and Multiplier:MultiplierMultiplier (dy), or interval, for scaling data using (dy)*Y + Y0.
Y Scale:Offset and Multiplier:OffsetOffset (Y0), or initial value, for scaling data using (dy)*Y + Y0.
Y Scale:RangeScale range using a cluster with subparameters Minimum and Maximum.
Y Scale:VisibleDisplays the y-axis scale.
Z Scale:AutoscaleScales the z-axis to fit the data automatically.
Z Scale:Display Format:FormatFormat of z-axis of the plot. You cannot wire a value of 4 to this property. This property returns a value of 4 if the format string contains text or the format string includes more than one format specifier. You can use one of the following formats:
  • 0—Decimal
  • 1—Scientific
  • 2—Engineering
  • 3—SI
Z Scale:Display Format:PrecisionNumber of digits after the decimal point.
Z Scale:Format StringFormat string of the z-axis of the scale.
Z Scale:Name Label:TextText of the z-axis scale label.
Z Scale:Name Label:VisibleDisplays the z-axis scale label.
Z Scale:Offset and Multiplier:MultiplierMultiplier (dz), or interval, for scaling data using (dz)*Z + Z0.
Z Scale:Offset and Multiplier:OffsetOffset (Z0), or initial value, for scaling data using (dz)*Z + Z0.
Z Scale:RangeScale range using a cluster with subparameters Minimum and Maximum.
Z Scale:VisibleDisplays the z-axis scale.