Class | Description |
---|---|
BusDeviceStateRec |
DStab simulation result is published as a hashtable object.
|
BusVariableRec |
DStab simulation result is published as a hashtable object.
|
CMLVarRec |
This class is for describing CML symbol variables, such as,
[mach.efd, CMLVarEnum.MachEfd], [this.delayBlock.y, ControllerFieldOutput]
|
DStabOutVarSelection |
DStab output variable selection for the case of selective output
|
DStabSimuEvent |
Current the event is used to represent DStab output event
|
DStabSimuTimeEvent |
Event for representing simulation event with time attribute.
|
DStabStateBaseRec |
DStab simulation result is published as a hashtable object.
|
ExpCalculator |
An implementation for math expression evaluation
An expression string (A+b*c-d/e) is first converted to a list of ExpCalculator.Rec.
|
ExpCalculator.Rec |
The expression string is convert to a list of Rec.
|
LimitExpression |
A data structure to represent a limit with upper and lower limits expressed as
expresion functions or mix of double and function
|
MachineStateRec |
DStab simulation result is published as a hashtable object.
|
Enum | Description |
---|---|
CMLFieldEnum |
An enum for controller field type
|
CMLVarEnum |
An enum for controller and controller field input/output variable type
|
ExpCalculator.Opt |
Expression operator type
|