pyidf package

Submodules

Module contents

Python library to read, modify and create EnergyPlus idf files

Author: Rene Buffat License: Apache License 2.0

class pyidf.ValidationLevel

Bases: object

Validation levels: - no: no validation - warn: issue warnings - transition: try to transition values to follow specification - error: raise exceptions when values are not according specification

error = 'error'
no = 'no'
transition = 'transition'
warn = 'warm'