 | RestartSimulationExecute Method |
Extracts initial conditions from the given HDF5 file with specified timesteps.
Namespace: ema3d.Api.V26.Charging.ExecutionAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic void Execute(
string hdf5FilePath,
int timeIndex
)
Public Sub Execute (
hdf5FilePath As String,
timeIndex As Integer
)
public:
void Execute(
String^ hdf5FilePath,
int timeIndex
)
member Execute :
hdf5FilePath : string *
timeIndex : int -> unit Parameters
- hdf5FilePath String
- timeIndex Int32
See Also