Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "defaults"

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();

Index