Enum: VariableClassification
This enum represents the classification of variables that can be represented by Table
variables/columns. It directly correlates to the IDL-defined enum
A full variable definition requires both a and an
.
The explicit enum values need to be kept in-sync with the Typescript enumeration of the
same name in the frontend Angular project.
Examples
Fields
Name |
Description |
Imaginary
|
The imaginary component of a complex dependent variable. This classification cannot b
e used without a corresponding for the corresponding
.
A table cannot mix scalar and vector classifications for a dependent variable.
|
Imaginary_i
|
The imaginary ‘i’ directional component of a complex dependent variable vector.
|
Imaginary_j
|
The imaginary ‘j’ directional component of a complex dependent variable vector.
|
Imaginary_k
|
The imaginary ‘k’ directional component of a complex dependent variable vector.
|
ImaginaryComponentGroup
|
Meta enumeration only useful for indicating a collection of all Imaginary components.
|
Independent
|
An independent variable.
|
Real
|
A scalar dependent variable, i.e., a variable that varies with respect to the independent variables.
A table cannot mix scalar and vector classifications for a dependent variable, i.e.,
it is not possible to specify with ,
, and for the same .
|
Real_i
|
The ‘i’ directional component of a dependent variable vector.
|
Real_j
|
The ‘j’ directional component of a dependent variable vector.
|
Real_k
|
The ‘k’ directional component of a dependent variable vector.
|
RealComponentGroup
|
Meta enumeration only useful for indicating a collection of all Real components.
|
Unclassified
|
|