C# Класс Data.EDM.Block

Наследование: System.MarshalByRefObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Version int
detectors List

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetAverageTOF ( int index ) : TOF
GetSPData ( string channel ) : List
GetSwitchTOFs ( string switches, int index ) : TOF[]
GetSwitchTOFs ( string switches, int index, bool normed ) : TOF[]
GetTOFIntegralArray ( int index, double startTime, double endTime ) : double[]
GetTOFMeanArray ( int index, double startTime, double endTime ) : double[]
Normalise ( GatedDetectorExtractSpec normGate ) : void
SetTimeStamp ( ) : void
TOFuliseSinglePointData ( string channelsToTOFulise ) : void

Описание методов

GetAverageTOF() публичный Метод

public GetAverageTOF ( int index ) : TOF
index int
Результат TOF

GetSPData() публичный Метод

public GetSPData ( string channel ) : List
channel string
Результат List

GetSwitchTOFs() публичный Метод

public GetSwitchTOFs ( string switches, int index ) : TOF[]
switches string
index int
Результат TOF[]

GetSwitchTOFs() публичный Метод

public GetSwitchTOFs ( string switches, int index, bool normed ) : TOF[]
switches string
index int
normed bool
Результат TOF[]

GetTOFIntegralArray() публичный Метод

public GetTOFIntegralArray ( int index, double startTime, double endTime ) : double[]
index int
startTime double
endTime double
Результат double[]

GetTOFMeanArray() публичный Метод

public GetTOFMeanArray ( int index, double startTime, double endTime ) : double[]
index int
startTime double
endTime double
Результат double[]

Normalise() публичный Метод

public Normalise ( GatedDetectorExtractSpec normGate ) : void
normGate GatedDetectorExtractSpec
Результат void

SetTimeStamp() публичный Метод

public SetTimeStamp ( ) : void
Результат void

TOFuliseSinglePointData() публичный Метод

public TOFuliseSinglePointData ( string channelsToTOFulise ) : void
channelsToTOFulise string
Результат void

Описание свойств

Version публичное свойство

public int Version
Результат int

detectors публичное свойство

public List detectors
Результат List