TransitionErrFile
is mainly used to extract and print data in an EnergyPlus
Transition Error File (.vcperr
).
# S3 method for class 'TransitionErrFile'
print(x, brief = FALSE, info = TRUE, ...)
An TransitionErrFile
created using read_err()
.
If TRUE
, only summary data is printed. Default: FALSE
.
If FALSE
, informative messages are excluded. Only warnings and
errors are printed. Default: TRUE
.
Further arguments passed to or from other methods.
An TransitionErrFile
object, invisibly.