C# Class 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.
Exibir arquivo Open project: ColdMatter/EDMSuite

Public Properties

Property Type Description
Modulation EDMConfig.Modulation

Public Methods

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

Method Details

AcquisitionFinishing() public abstract method

public abstract AcquisitionFinishing ( ) : void
return void

AcquisitionStarting() public abstract method

public abstract AcquisitionStarting ( ) : void
return void

Property Details

Modulation public_oe property

public Modulation,EDMConfig Modulation
return EDMConfig.Modulation