|
VECTO Input Manager
|
Input data for Electric Machine System (EMS) component standard values calculation. Based on Appendix 8 of Annex Xb of regulation (EU) 2017/2400. More...
Public Member Functions | |
| override void | SetExampleValues () |
| Sets example/placeholder values for template purposes. | |
| Public Member Functions inherited from VectoInputManager.Core.BaseInput | |
| void | InitDataDeclaration< T > (T target) |
| Initializes common data properties on a component data declaration. | |
Properties | |
| override ComponentType | Component [get] |
| ElectricMachineTypeType_v2_3 | ElectricMachineType [get, set] |
| int | R85RatedPower [get, set] |
| decimal | RotationalInertia [get, set] |
| bool | DcDcConverterIncluded [get, set] |
| decimal | ContinuousTorque [get, set] |
| decimal | TestSpeedContinuousTorque [get, set] |
| decimal | OverloadTorque [get, set] |
| decimal | TestSpeedOverloadTorque [get, set] |
| decimal | OverloadDuration [get, set] |
| List< MaxTorqueCurveEntry > | MaxTorqueCurve = [] [get, set] |
| Properties inherited from VectoInputManager.Core.BaseInput | |
| ComponentType | Component [get] |
| Gets the component type this input data is for. | |
| string | CertificationNumberLetter [get] |
| Gets the certification number letter code for this component type (e.g., "G" for Gearbox). | |
| string | Manufacturer = string.Empty [get, set] |
| Gets or sets the manufacturer name. | |
| string | Model = string.Empty [get, set] |
| Gets or sets the component model designation. | |
| string | CertificationNumber = string.Empty [get, set] |
| Gets or sets the certification number assigned to this component. | |
| DateTime | Date = DateTime.UtcNow [get, set] |
| Gets or sets the date. | |
Input data for Electric Machine System (EMS) component standard values calculation. Based on Appendix 8 of Annex Xb of regulation (EU) 2017/2400.
|
inlinevirtual |
Sets example/placeholder values for template purposes.
Reimplemented from VectoInputManager.Core.BaseInput.