C# Class Analysis.EDM.DetectorChannelValues

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
Errors double[]
SpecialValues double[]>.Dictionary
SwitchMasks uint>.Dictionary
Values double[]

Méthodes publiques

Méthode 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 méthode

public GetChannelIndex ( string switches ) : uint
switches string
Résultat uint

GetError() public méthode

public GetError ( string switches ) : double
switches string
Résultat double

GetSpecialError() public méthode

public GetSpecialError ( string name ) : double
name string
Résultat double

GetSpecialValue() public méthode

public GetSpecialValue ( string name ) : double
name string
Résultat double

GetValue() public méthode

public GetValue ( string switches ) : double
switches string
Résultat double

Property Details

Errors public_oe property

public double[] Errors
Résultat double[]

SpecialValues public_oe property

public Dictionary SpecialValues
Résultat double[]>.Dictionary

SwitchMasks public_oe property

public Dictionary SwitchMasks
Résultat uint>.Dictionary

Values public_oe property

public double[] Values
Résultat double[]