DriveCycleResponseDataParameter class is used to specify response graph parameters when creating drive cycle response values from study results.
The class can be created from Application class.
.
More...
Public Member Functions | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| void | SetLine (Variant &line) |
| Specifies a condition for a a response graph data. More... | |
| void | SetResultType (String &type) |
| Specifies calculation method of response graph data. More... | |
| void | SetTitle (String &name) |
| Specifies the title for a response graph. More... | |
| void | SetVariable (String &name) |
| Specifies the variable name for a response graph data. More... | |
DriveCycleResponseDataParameter class is used to specify response graph parameters when creating drive cycle response values from study results.
The class can be created from Application class.
.
Example of creating the class object:
| bool DriveCycleResponseDataParameter::IsValid | ( | ) |
Returns True if an object is valid.
| void DriveCycleResponseDataParameter::SetLine | ( | Variant & | line | ) |
Specifies a condition for a a response graph data.
| value | Name or index of Efficiency Map (Heat Source) condition |
| void DriveCycleResponseDataParameter::SetResultType | ( | String & | type | ) |
Specifies calculation method of response graph data.
| type | Type of calculation method
TotalEnergy : Total Energy
TotalRegenerativeEnergy : Total Regenerative Energy
TotalLoss : Total Loss
CycleEfficiency : Cycle Efficiency
AverageEfficiency : Average Efficiency
AverageLoss : Average Loss
AverageCopperLoss : Average Copper Loss
AverageIronLoss : Average Iron Loss
AverageMagnetEddyCurrentLoss : Average Magnet Eddy Current Loss
AverageStatorCopperLoss : Average Stator Copper Loss
AverageLossRotorCopperLoss : Average Loss Rotor Copper Loss
AverageLossFieldCopperLoss : Average Loss Field Copper Loss
|
| void DriveCycleResponseDataParameter::SetTitle | ( | String & | name | ) |
Specifies the title for a response graph.
| name | Name of the response graph data |
| void DriveCycleResponseDataParameter::SetVariable | ( | String & | name | ) |
Specifies the variable name for a response graph data.
| variable | Variable name |