C# 클래스 Analysis.EDM.DemodulatedBlock

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

공개 프로퍼티들

프로퍼티 타입 설명
ChannelValues List
Config EDMConfig.BlockConfig
DemodulationConfig DemodulationConfig
DetectorCalibrations double>.Dictionary
DetectorIndices int>.Dictionary
NormFourier DetectorFT
TimeStamp System.DateTime

공개 메소드들

메소드 설명
GetChannelValueAndError ( string switches, string detector ) : double[]
GetSpecialChannelValueAndError ( string name, string detector ) : double[]

메소드 상세

GetChannelValueAndError() 공개 메소드

public GetChannelValueAndError ( string switches, string detector ) : double[]
switches string
detector string
리턴 double[]

GetSpecialChannelValueAndError() 공개 메소드

public GetSpecialChannelValueAndError ( string name, string detector ) : double[]
name string
detector string
리턴 double[]

프로퍼티 상세

ChannelValues 공개적으로 프로퍼티

public List ChannelValues
리턴 List

Config 공개적으로 프로퍼티

public BlockConfig,EDMConfig Config
리턴 EDMConfig.BlockConfig

DemodulationConfig 공개적으로 프로퍼티

public DemodulationConfig,Analysis.EDM DemodulationConfig
리턴 DemodulationConfig

DetectorCalibrations 공개적으로 프로퍼티

public Dictionary DetectorCalibrations
리턴 double>.Dictionary

DetectorIndices 공개적으로 프로퍼티

public Dictionary DetectorIndices
리턴 int>.Dictionary

NormFourier 공개적으로 프로퍼티

public DetectorFT,Analysis.EDM NormFourier
리턴 DetectorFT

TimeStamp 공개적으로 프로퍼티

public DateTime,System TimeStamp
리턴 System.DateTime