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