 | TimeStepsInternalStepTimeList Property |
A list of timestep sizes (s) for internal charging simulations.
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic List<double> InternalStepTimeList { get; set; }Public Property InternalStepTimeList As List(Of Double)
Get
Set
public:
property List<double>^ InternalStepTimeList {
List<double>^ get ();
void set (List<double>^ value);
}member InternalStepTimeList : List<float> with get, set
Property Value
ListDouble
See Also