C# 클래스 Analysis.EDM.DetectorChannelValues

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

공개 프로퍼티들

프로퍼티 타입 설명
Errors double[]
SpecialValues double[]>.Dictionary
SwitchMasks uint>.Dictionary
Values double[]

공개 메소드들

메소드 설명
GetChannelIndex ( string switches ) : uint
GetError ( string switches ) : double
GetSpecialError ( string name ) : double
GetSpecialValue ( string name ) : double
GetValue ( string switches ) : double

메소드 상세

GetChannelIndex() 공개 메소드

public GetChannelIndex ( string switches ) : uint
switches string
리턴 uint

GetError() 공개 메소드

public GetError ( string switches ) : double
switches string
리턴 double

GetSpecialError() 공개 메소드

public GetSpecialError ( string name ) : double
name string
리턴 double

GetSpecialValue() 공개 메소드

public GetSpecialValue ( string name ) : double
name string
리턴 double

GetValue() 공개 메소드

public GetValue ( string switches ) : double
switches string
리턴 double

프로퍼티 상세

Errors 공개적으로 프로퍼티

public double[] Errors
리턴 double[]

SpecialValues 공개적으로 프로퍼티

public Dictionary SpecialValues
리턴 double[]>.Dictionary

SwitchMasks 공개적으로 프로퍼티

public Dictionary SwitchMasks
리턴 uint>.Dictionary

Values 공개적으로 프로퍼티

public double[] Values
리턴 double[]