Package levelMeter

Class LevelMeterParams

java.lang.Object
levelMeter.LevelMeterParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class LevelMeterParams extends Object implements Cloneable, Serializable, ManagedParameters
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • DISPLAY_FULLSCALE

      public static final int DISPLAY_FULLSCALE
      See Also:
    • DISPLAY_VOLTS

      public static final int DISPLAY_VOLTS
      See Also:
    • DISPLAY_MICROPASCAL

      public static final int DISPLAY_MICROPASCAL
      See Also:
    • DISPLAY_PEAK

      public static final int DISPLAY_PEAK
      See Also:
    • DISPLAY_RMS

      public static final int DISPLAY_RMS
      See Also:
    • dataName

      public String dataName
    • minLevel

      public int minLevel
    • scaleReference

      public int scaleReference
    • scaleType

      public int scaleType
  • Constructor Details

    • LevelMeterParams

      public LevelMeterParams()
  • Method Details