Const
Config Object supporting read and write.
// Get the current toleranceconst tol = Config.DP_TOL// Set the tolerance to 0.00001Config.DP_TOL = 0.00001 Copy
// Get the current toleranceconst tol = Config.DP_TOL// Set the tolerance to 0.00001Config.DP_TOL = 0.00001
Config Object supporting read and write.