 | E3DSimulationLaunch Method |
Starts a standard EMA3D FDTD simulation using the provided input file.
Namespace: ema3d.Api.V25.Core.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static E3DSimulation Launch(
string file
)
Public Shared Function Launch (
file As String
) As E3DSimulation
public:
static E3DSimulation^ Launch(
String^ file
)
static member Launch :
file : string -> E3DSimulation
Parameters
- file String
- The path to the input file to start (.emin).
Return Value
E3DSimulation
See Also