pub unsafe extern "C" fn iplSimulatorAddProbeBatch(
    simulator: IPLSimulator,
    probeBatch: IPLProbeBatch
)
Expand description

Adds a probe batch for use in subsequent simulations. Sources that require baked data can then use the data contained in the specified probe batch.

Call \c iplSimulatorCommit after calling this function for the changes to take effect.

This function cannot be called while any simulation is running.

\param probeBatch The probe batch to add. \param simulator The simulator being used.