Class ParameterMeasurements


  • public class ParameterMeasurements
    extends ChartPlugin
    Plugin to implement simple measurements and valueTextField indicators such as
    • value at horizontal/vertical marker position with coloured indication if min/max thresholds are exceeded,
    • min/max/rms/median/... values of functions
    • rise-time estiamtes
    • trigger-to-rising edge detector
    • absolute signal difference (ie. S0- S1)
    • relative signal change (ie. (S0 - S1)/S0)
    • and many more.
    For a more complete list see SimpleMeasurements.MeasurementType or DataSetMeasurements.MeasurementType
    Author:
    rstein
    • Constructor Detail

      • ParameterMeasurements

        public ParameterMeasurements()
        Creates a new instance of ParameterMeasurements.
      • ParameterMeasurements

        public ParameterMeasurements​(Side side,
                                     boolean addToToolBar)
        Creates a new instance of ParameterMeasurements.
        Parameters:
        side - where to place the measurement results
        addToToolBar - true: add to internal ToolBar; false: optionally add ToolBar to another other Pane
    • Method Detail

      • getDataView

        public DataView getDataView()
      • getMenuBar

        public javafx.scene.control.MenuBar getMenuBar()