Endorphin.Instrument.Twickenham.MagnetController


Digitise

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

Functions to digitise values to the discrete magnet controller values which are available.

Functions and values

Function or valueDescription
magneticField settings field
Signature: settings:Settings -> field:decimal<MeasureProduct<T,MeasureOne>> -> decimal<MeasureProduct<T,MeasureOne>>

Digitises the given magnetic field to the nearest available digital output value.

outputCurrent settings current
Signature: settings:Settings -> current:decimal<MeasureProduct<A,MeasureOne>> -> decimal<MeasureProduct<A,MeasureOne>>

Digitses the given current to the nearest available digital output value.

shuntVoltage settings voltage
Signature: settings:Settings -> voltage:decimal<MeasureProduct<V,MeasureOne>> -> decimal<MeasureProduct<V,MeasureOne>>

Digitises the shunt voltage to that correspond to the nearest available digital output value.

Fork me on GitHub