C# 클래스 GSF.EMAX.BREAKER_TRIP_TIMES

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accumulated_breaker_trip_time float[]
breaker_trip_time float[]
zero_trip_percent float[]
zero_trip_time float[]

공개 메소드들

메소드 설명
BREAKER_TRIP_TIMES ( BinaryReader reader, int channels, int analogGroups ) : System

비공개 메소드들

메소드 설명
ReadArray ( BinaryReader reader, int channels, int analogGroups ) : float[]

메소드 상세

BREAKER_TRIP_TIMES() 공개 메소드

public BREAKER_TRIP_TIMES ( BinaryReader reader, int channels, int analogGroups ) : System
reader System.IO.BinaryReader
channels int
analogGroups int
리턴 System

프로퍼티 상세

accumulated_breaker_trip_time 공개적으로 프로퍼티

public float[] accumulated_breaker_trip_time
리턴 float[]

breaker_trip_time 공개적으로 프로퍼티

public float[] breaker_trip_time
리턴 float[]

zero_trip_percent 공개적으로 프로퍼티

public float[] zero_trip_percent
리턴 float[]

zero_trip_time 공개적으로 프로퍼티

public float[] zero_trip_time
리턴 float[]