C# (CSharp) EDMBlockHead.Acquire.Channels Namespace

Classes

Name Description
AnalogSwitchedChannel
ESwitchChannel A channel to map a modulation to the E-field switches. This channel connects to the hardware helper and uses it to switch the fields.
ESwitchRFChannel A channel to map a modulation to the E-field switches. This channel connects to the hardware helper and uses it to switch the fields. It also changes one or both of the rf fm voltages.
HardwareControllerSwitchChannel A channel to map a modulation to the E-field switches. This channel connects to the hardware helper and uses it to switch the fields.
RFFrequencyChannel
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.
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.