C# Class GSF.EMAX.BREAKER_TRIP_TIMES

Datei anzeigen Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Properties

Property Type Description
accumulated_breaker_trip_time float[]
breaker_trip_time float[]
zero_trip_percent float[]
zero_trip_time float[]

Public Methods

Method Description
BREAKER_TRIP_TIMES ( BinaryReader reader, int channels, int analogGroups ) : System

Private Methods

Method Description
ReadArray ( BinaryReader reader, int channels, int analogGroups ) : float[]

Method Details

BREAKER_TRIP_TIMES() public method

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

Property Details

accumulated_breaker_trip_time public_oe property

public float[] accumulated_breaker_trip_time
return float[]

breaker_trip_time public_oe property

public float[] breaker_trip_time
return float[]

zero_trip_percent public_oe property

public float[] zero_trip_percent
return float[]

zero_trip_time public_oe property

public float[] zero_trip_time
return float[]