 | ParticleSourceCurrent Property |
Gets/sets the current in A/m^2 (in n/m^2 s for neutral particles) for the monenergetic input type particle source.
Set only accessible for particle sources not of type STK or when of type File, override file currents is true.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double Current { get; set; }
Public Property Current As Double
Get
Set
public:
property double Current {
double get ();
void set (double value);
}
member Current : float with get, set
Property Value
Double
See Also