C# Class Analysis.EDM.DetectorChannelValues

ファイルを表示 Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
Errors double[]
SpecialValues double[]>.Dictionary
SwitchMasks uint>.Dictionary
Values double[]

Public Methods

Method Description
GetChannelIndex ( string switches ) : uint
GetError ( string switches ) : double
GetSpecialError ( string name ) : double
GetSpecialValue ( string name ) : double
GetValue ( string switches ) : double

Method Details

GetChannelIndex() public method

public GetChannelIndex ( string switches ) : uint
switches string
return uint

GetError() public method

public GetError ( string switches ) : double
switches string
return double

GetSpecialError() public method

public GetSpecialError ( string name ) : double
name string
return double

GetSpecialValue() public method

public GetSpecialValue ( string name ) : double
name string
return double

GetValue() public method

public GetValue ( string switches ) : double
switches string
return double

Property Details

Errors public_oe property

public double[] Errors
return double[]

SpecialValues public_oe property

public Dictionary SpecialValues
return double[]>.Dictionary

SwitchMasks public_oe property

public Dictionary SwitchMasks
return uint>.Dictionary

Values public_oe property

public double[] Values
return double[]