The constants.py module#

Summary#

ColumnNames

Provides column names for the parametric study data frame.

DEFAULT_ITERATION

Default iteration assigned to new simulations.

DEFAULT_PRIORITY

Default priority assigned to new simulations.

FORMAT_VERSION

Parametric study file format version.

Description#

Provides constant values related to parametric studies.

Module detail#

constants.DEFAULT_ITERATION = 0#

Default iteration assigned to new simulations.

constants.DEFAULT_PRIORITY = 1#

Default priority assigned to new simulations.

constants.FORMAT_VERSION = 3#

Parametric study file format version.