Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpectrumVariable<DataType>

Describe a variable that can only contains as data an array of number

Type parameters

  • DataType: DoubleArray = DoubleArray

Hierarchy

  • SpectrumVariable

Index

Properties

data

data: DataType

An array containing numerical data

Optional isDependent

isDependent?: boolean

Optional isMonotone

isMonotone?: boolean

If defined indicates (true or false) if the data series is monotone

label

label: string

Long name of the column

tjs-examples

["absolute pressure"]

Optional max

max?: number

If defined contain the maximal value of the data

Optional min

min?: number

If defined contain the minimal value of the data

Optional symbol

symbol?: OneLetter

One letter that allows to define the variable

Optional units

units?: string

Unit of the data in the column

tjs-examples

["Pa", "kg"]