Profile je nach Schneelast einstellen

# -*- coding: utf-8 -*-

import kkp
import kkp_gemeinsame

#Schneelast in KG/m²
schneelast = kkp_gemeinsame.getSchneelast()

if schneelast > 100: #kg/m²

kkp_gemeinsame.stelleProfilEin(„900.001.010.100.030.0015“)

else:

kkp_gemeinsame.stelleProfilEin(„900.001.010.100.030.0010“)