The CurrentResult class manages the result of the current case of the current study.
.
More...
Public Member Functions | |
| Variant | GetResponseData (String &name) |
| Returns all variable values for a single case response value calculation. More... | |
| double | GetResponseVariable (String &name) |
| Returns a value of a response value variable. More... | |
| String | GetResultFileName () |
| Returns the result file name (*.jplot, *.plot). More... | |
| DataSet * | GetTableDataSet (String &name) |
| Returns a DataSet object by specifying a name. More... | |
| double | GetValue (String &name) |
| Returns the value of a variable that cannot be retrieved with GetVariableValue. More... | |
| double | GetVariableValue (String &name) |
| Returns the value of a study variable. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
The CurrentResult class manages the result of the current case of the current study.
.
Example of calling the class object:
| Variant CurrentResult::GetResponseData | ( | String & | name | ) |
Returns all variable values for a single case response value calculation.
| name | Name of the response variable |
| double CurrentResult::GetResponseVariable | ( | String & | name | ) |
Returns a value of a response value variable.
| name | Name of the response variable |
| String CurrentResult::GetResultFileName | ( | ) |
Returns the result file name (*.jplot, *.plot).
| DataSet * CurrentResult::GetTableDataSet | ( | String & | name | ) |
Returns a DataSet object by specifying a name.
| name | Data set name |
See Properties for the Table Display for the physical quantities that can be specified as arguments.
| double CurrentResult::GetValue | ( | String & | name | ) |
Returns the value of a variable that cannot be retrieved with GetVariableValue.
| name | Variable name Winding$N@Resistor: Phase resistance name for the Nth winding setting
Winding$N@Turns: Number of turns for the Nth winding setting
Winding$N@WireDiameter: Wire diameter for the Nth winding setting
Winding$N@WireWidth: Wire width for the Nth winding setting
Winding$N@WireHeight: Wire height for the Nth winding setting
Winding$N@FillFactor: Slot fill factor for the Nth winding setting
Winding$N@Layers: Number of layers for the Nth winding setting
Winding$N@InsulationThickness: Insulation thickness for the Nth winding setting
Winding@ParallelNumber: Parallel number for the Nth winding setting
|
The following are examples. In this example, the phase resistance of the second winding setting in the study is obtained.
| double CurrentResult::GetVariableValue | ( | String & | name | ) |
Returns the value of a study variable.
| name | Variable name |
| bool CurrentResult::IsValid | ( | ) |
Returns True if an object is valid.