 | TimeStepsMinStep Property |
Minimum timestep used in Charge simulation.
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic double MinStep { get; set; }Public Property MinStep As Double
Get
Set
public:
property double MinStep {
double get ();
void set (double value);
}member MinStep : float with get, set
Property Value
Double
RemarksOnly used in surface charging simulations.
See Also