Endorphin.Instrument.Twickenham.MagnetController


Output

Namespace: Endorphin.Instrument.Twickenham.MagnetController
Parent Module: MagnetController

Functions related to setting the magnet controller output.

Nested types and modules

ModuleDescription
Current

Functions related to the output current of the magnet controller.

MagneticField

Functions related to the magnetic field of the magnet attached to the the magnet controller.

ShuntVoltage

Functions related to the monitoring shunt voltage readout of the magnet controller.

TripVoltage

Functions relate to the back-EMF trip voltage for the magnet controller.

Functions and values

Function or valueDescription
digitisedStepCount
Signature: MagnetController -> uint16

Returns the number of discrete digital steps in the magnet controller output.

resolution
Signature: MagnetController -> int<MeasureProduct<bit,MeasureOne>>

Returns the digital output resolution of the magnet controller.

setDirection
Signature: MagnetController -> CurrentDirection -> Async<unit>

Asynchronously sets the output current direction of the magnet controller.

Fork me on GitHub