Class NumericPulseData

    • Constructor Detail

      • NumericPulseData

        public NumericPulseData​(int id)
        Stores id and calls super-constructor
        Parameters:
        id - an external ID defined in the imported file
      • NumericPulseData

        public NumericPulseData​(NumericPulseData data)
        Copies everything, including the id number.
        Parameters:
        data - another object
    • Method Detail

      • addPoint

        public void addPoint​(double time,
                             double power)
        Adds a data point to the internal storage and increments counter.
        Overrides:
        addPoint in class AbstractData
        Parameters:
        time - the time value
        power - the signal value at time
      • getExternalID

        public int getExternalID()
        Gets the external ID usually specified in the experimental files. Note this is not a NumericProperty
        Returns:
        an integer, representing the external ID
      • pulseWidth

        public double pulseWidth()