 | ParticleSourceNuclearExcitation Property |
Gets/sets the nuclear excitation in MeV for an ion particle source.
Set only accessible for an ion type particle source.
Namespace: ema3d.Api.V25.Charging.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic double NuclearExcitation { get; set; }
Public Property NuclearExcitation As Double
Get
Set
public:
property double NuclearExcitation {
double get ();
void set (double value);
}
member NuclearExcitation : float with get, set
Property Value
Double
See Also