Click or drag to resize

RadiationHardening Class

A wrapped radiation hardening workflow class that allows accessing and modifying of a radiation hardening workflow using the API.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Charging.WorkflowRadiationHardening

Namespace: ema3d.Api.V25.Charging.Workflow
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class RadiationHardening

The RadiationHardening type exposes the following members.

Properties
 NameDescription
Public propertyDefaultCurrent Gets/Sets the default spectrum current of the particle source for a single weight.
Public propertyDefaultEnergy Gets/Sets the default spectrum energy of the particle source for a single weight.
Public propertyEndTime Gets/sets the length of the workflow simulation.
Public propertyParticleType Gets/sets the type of particle to use in the workflow.
Public propertyRadiationHardeningLayers Gets/sets the layers of the geometry.
Public propertySatelliteName Gets/sets the name of the satellite in STK to use particle source data from. Only enabled when SyncSTK is true.
Public propertyShape Gets/sets the shape of the geometry the workflow generates.
Public propertySyncSTK Gets/sets whether the workflow should use particle source data from STK.
Public propertyTargetMaterialName Gets the material name of the target of the workflow.
Public propertyTargetThickness Gets the target thickness of the workflow.
Public propertyTotalThickness Gets the total thickness of the layers.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new default RadiationHardening within the document.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Executes the workflow and waits for the simulation to terminate.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also