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.
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

공개 프로퍼티들

프로퍼티 타입 설명
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