C# Класс EDMBlockHead.Acquire.Channels.SwitchedChannel

This class is the base for all the switched channels. A switched channel is the mapping between a modulation and an actual physical output (be it ttl, analog, gpib etc). Whereas a modulation describes the type of modulation being performed (i.e. analog, digital) the switched channel corresponds to how that modulation is performed. For example it's perfectly reasonable to have an analog modulation associated with a TTLSwitchedChannel if the analog current is switched by a digitally driven box.
Показать файл Открыть проект

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

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

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

Метод Описание
AcquisitionFinishing ( ) : void
AcquisitionStarting ( ) : void

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

AcquisitionFinishing() публичный абстрактный Метод

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

AcquisitionStarting() публичный абстрактный Метод

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

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

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

public Modulation,EDMConfig Modulation
Результат EDMConfig.Modulation