A few simulation options contain default values that are read by W.I.S.E. Builder during startup. This module allows you to query those defaults for use when building new simulations.
Asynchronously retrieve the default values.
let jDefaults = await new JobDefaults().getDeafultsPromise();
A few simulation options contain default values that are read by W.I.S.E. Builder during startup. This module allows you to query those defaults for use when building new simulations.
Example
Asynchronously retrieve the default values.
let jDefaults = await new JobDefaults().getDeafultsPromise();