CosimProcessConfig constructor
Creates a configuration which launches a sub-process to cosimulate with.
Implementation
const CosimProcessConfig({
this.directory = _defaultCosimDirectory,
super.enableLogging,
super.throwOnUnexpectedEnd,
});
Creates a configuration which launches a sub-process to cosimulate with.
const CosimProcessConfig({
this.directory = _defaultCosimDirectory,
super.enableLogging,
super.throwOnUnexpectedEnd,
});