Endorphin.Instrument.Twickenham.MagnetController


Limit

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

Functions related to magnet controller output and ramp rate limits.

Functions and values

Function or valueDescription
current settings
Signature: settings:Settings -> decimal<MeasureProduct<A,MeasureOne>>

Returns the software-defined output current limit for the magnet controller.

fieldRange settings
Signature: settings:Settings -> decimal<MeasureProduct<T,MeasureOne>> * decimal<MeasureProduct<T,MeasureOne>>

Returns the magnetic field range which can be reached by the magnet controller within the software-defined current limit.

lowerField settings
Signature: settings:Settings -> decimal<MeasureProduct<T,MeasureOne>>

Returns the minimum magnetic field value which can be reached by the magnet controller, when the generated magnetic field is opposing the static field and the current is at the software-defined current limit.

rampRate settings
Signature: settings:Settings -> decimal<MeasureProduct<MeasureInverse<s>,MeasureProduct<A,MeasureOne>>>

Returns the software-defined ramp rate limit for the magnet controller.

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

Returns the software-defined trip voltage limit for the magnet controller.

upperField settings
Signature: settings:Settings -> decimal<MeasureProduct<T,MeasureOne>>

Returns the maximum magnetic field value which can be reached by the magnet controller, when the generated magnetic field is alligned with the static field and the current is at the software-defined current limit.

Fork me on GitHub