C# 클래스 EDMBlockHead.Acquire.Channels.TTLSwitchedChannel

A channel that maps a modulation to a TTL line. The channels output can be inverted relative to the modulation by setting the invert flag.
상속: SwitchedChannel
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Channel string
Invert bool

공개 메소드들

메소드 설명
AcquisitionFinishing ( ) : void
AcquisitionStarting ( ) : void

메소드 상세

AcquisitionFinishing() 공개 메소드

public AcquisitionFinishing ( ) : void
리턴 void

AcquisitionStarting() 공개 메소드

public AcquisitionStarting ( ) : void
리턴 void

프로퍼티 상세

Channel 공개적으로 프로퍼티

public string Channel
리턴 string

Invert 공개적으로 프로퍼티

public bool Invert
리턴 bool