//유도등 및 유도표지의 화재안전기준(nfsc 303) 7조 (객석유도등 설치기준) 2항 Check(NFSC303_7_2){ IF CS THEN KS } CS{ Space mySpace{ Space.usage = "Auditorium" } isInstalled(Passage, mySpace) = TRUE isObjectProperty(Passage.isFlatWay) = TRUE OR isObjectProperty(Passage.isSlopeWay) = TRUE } KS{ LeadingLight myLeadingLight{ isObjectProperty(LeadingLight.isForSeat)=True } isExist(myLeadingLight)=True //LAP means Length of Auditorium passage LAP= getObjectLength(AuditoriumPassage) getObjectCount(myLeadingLight)>= LAP/4-1 // getSpaceIlluminance(AuditoriumPassage, "통로바닥의 중심선 0.5m 높이에서 측정")>0.2 lx , 측정 기준에 관한 파라미터 추가 필요 }
//유도등 및 유도표지의 화재안전기준(nfsc 303) 7조 (객석유도등 설치기준) 3항 Check(NFSC303_7_3){ IF CS THEN KS } CS{ isExternal(AuditoriumPassage)=True } KS{ getSpaceIlluminance(AuditoriumPassage, "통로바닥의 중심선 0.5m의 높이에서 측정")>0.2 lx }