trnsystor.statement.Tolerances

class trnsystor.statement.Tolerances(epsilon_d=0.01, epsilon_a=0.01)[source]

TOLERANCES Statement.

The TOLERANCES statement is an optional control statement used to specify the error tolerances to be used during a TRNSYS simulation.

Initialize object.

Parameters
  • epsilon_d – is a relative (and -epsilon_d is an absolute) error tolerance controlling the integration error.

  • epsilon_a – is a relative (and -epsilon_a is an absolute) error tolerance controlling the convergence of input and output variables.