C# Class 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.
Inheritance: SwitchedChannel
显示文件 Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
Channel string
Invert bool

Public Methods

Method Description
AcquisitionFinishing ( ) : void
AcquisitionStarting ( ) : void

Method Details

AcquisitionFinishing() public method

public AcquisitionFinishing ( ) : void
return void

AcquisitionStarting() public method

public AcquisitionStarting ( ) : void
return void

Property Details

Channel public_oe property

public string Channel
return string

Invert public_oe property

public bool Invert
return bool