Uses of Class
pulse.problem.laser.NumericPulseData
-
Packages that use NumericPulseData Package Description pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.io.readers The main class of this package isReaderManager
.pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes. -
-
Uses of NumericPulseData in pulse.input
Methods in pulse.input that return NumericPulseData Modifier and Type Method Description NumericPulseData
Metadata. getPulseData()
If a Numerical Pulse has been loaded (for example, when importing from Proteus), this will return an object describing this data.Methods in pulse.input with parameters of type NumericPulseData Modifier and Type Method Description void
Metadata. setPulseData(NumericPulseData pulseData)
-
Uses of NumericPulseData in pulse.io.readers
Methods in pulse.io.readers that return NumericPulseData Modifier and Type Method Description NumericPulseData
NetzschPulseCSVReader. read(File file)
This performs a basic check, finding the shot ID, which is then passed to a newNumericPulseData
object.The latter is populated using the time-power sequence stored in this file.If the "Laser_pulse_data" keyword is not found, the method will display an error.NumericPulseData
PulseDataReader. read(File file)
Converts the ASCII file to aNumericPulseData
object. -
Uses of NumericPulseData in pulse.problem.laser
Methods in pulse.problem.laser that return NumericPulseData Modifier and Type Method Description NumericPulseData
NumericPulse. getData()
Methods in pulse.problem.laser with parameters of type NumericPulseData Modifier and Type Method Description void
NumericPulse. setData(NumericPulseData pulseData)
Constructors in pulse.problem.laser with parameters of type NumericPulseData Constructor Description NumericPulseData(NumericPulseData data)
Copies everything, including the id number.
-