 | TimeStepsInternalOutputFrequencyList Property |
A list of the output frequencies 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> InternalOutputFrequencyList { get; set; }Public Property InternalOutputFrequencyList As List(Of Double)
Get
Set
public:
property List<double>^ InternalOutputFrequencyList {
List<double>^ get ();
void set (List<double>^ value);
}member InternalOutputFrequencyList : List<float> with get, set
Property Value
ListDouble
See Also