API_OperationProfileType
Energy Evaluation 동작 프로파일입니다.
typedef struct {
API_Attr_Head head;
short nDailyProf;
short nDailyProfUsage;
API_OccupancyTypeID occupancyType;
double hotWaterLoad;
double humanHeatGain;
double humidity;
} API_OperationProfileType;
멤버
- head
- 속성의 이름과 인덱스를 포함합니다.
- nDailyProf
- Daily Profiles의 총 개수를 지정합니다.
- nDailyProfUsage
- Daily Profile Usages의 총 개수를 지정합니다.
- API_OccupancyTypeID
- Operation Profile의 점유 타입을 지정합니다.
- hotWaterLoad
- 온수를 공급합니다.
- humanHeatGain
- 인간 열 획득.
- humidity
- 습도 부하.
설명
API_AttributeDefExt structure의 동작 프로파일 속성들에 할당된 추가 데이터가 있습니다;
동작 프로파일의 정의는 op_dailyProfiles와 op_dailyProfileUsages 필드를 통해 전달됩니다.
더 자세한 것은 API_DailyProfile과 API_DailyProfileUsage structure를 참조하십시오.
op_hourlyProfiles structure를 통해 전체 년 (8760 시간) 범위를 질의할 수 있습니다. 더 자세한 것은 API_HourlyProfile structure를 참조하십시오.
요구사항
- 버전: API 16 또는 이후
- 헤더: APIdefs_Attributes.h
참고사항
API_Attr_Head, API_Attribute, API_DailyProfile , API_DailyProfileUsage, API_HourlyProfile
속성 관리자, API 타입