C# Class EDMBlockHead.Acquire.Channels.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.
Inheritance: SwitchedChannel
Mostrar archivo Open project: ColdMatter/EDMSuite

Public Properties

Property Type Description
Invert bool
rfToModify RFSwitchToModify
stepSizeRF double

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

Invert public_oe property

public bool Invert
return bool

rfToModify public_oe property

public RFSwitchToModify rfToModify
return RFSwitchToModify

stepSizeRF public_oe property

public double stepSizeRF
return double