A software representation of the Oxford Heliox 3He insert.
A Vector Magnet.
| Parameters : | experiment : Experiment 
 name : str 
 | 
|---|
Methods
Get the magnetic field in Cartesian coordinates.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Read the magnetic field sweep rates directly from the power supplies.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Read the field setpoints from the power supplies.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Get the magnetic field in Cartesian coordinates.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Read the He3 temperature setpoint and PID values from the controller.
| Returns : | float : 
 float : 
 float : 
 float : 
 | 
|---|
Read the He3 pot temperature from the temperature controller.
| Returns : | float : 
 | 
|---|
Read the heat switch temperature from the temperature controller.
| Returns : | float : 
 | 
|---|
Read the intermediate plate temperature from the controller.
| Returns : | float : 
 | 
|---|
Read the magnet temperature from the temperature controller.
| Returns : | float : 
 | 
|---|
Read the PT 1 plate temperature from the temperature controller.
| Returns : | float : 
 | 
|---|
Read the PT 2 plate temperature from the temperature controller.
| Returns : | float : 
 | 
|---|
Read the sorb temperature from the temperature controller.
| Returns : | float : 
 | 
|---|
Get the z-component of the magnetic field.
| Returns : | float : 
 | 
|---|
Get the field vector in Cartesian coordinates.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Get the magnetic field ramp rate proportion.
| Returns : | float : 
 | 
|---|
Get the magnetic field ramp rates.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Get the magnetic field setpoints.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Get the field vector in spherical coordinates.
| Returns : | float : 
 float : 
 float : 
 | 
|---|
Return the temperature of the He3 pot.
| Returns : | float : 
 | 
|---|
Return whether at most one instance of the instrument may exist.
| Returns : | bool : 
 | 
|---|
Run the cryostat to the desired temperature.
| Parameters : | target : float 
 | 
|---|
Enter a temperature setpoint.
| Parameters : | target : float 
 | 
|---|
Set the z-component of the magnetic field.
| Parameters : | field : float 
 | 
|---|
Set the magnitude of the magnetic field.
| Parameters : | azimuthalAngle : float 
 block : str 
 | 
|---|
Set the magnetic field to a specified value in Cartesian coordinates.
| Parameters : | fieldX : float 
 fieldY : float 
 fieldZ : float 
 block : str 
 | 
|---|
Set the magnitude of the magnetic field.
| Parameters : | field : float 
 block : str 
 | 
|---|
Set the azimuthal angle of the magnetic field.
| Parameters : | azimuthalAngle : float 
 | 
|---|
Set the magnetic field to a specified value in Cartesian coordinates.
| Parameters : | fieldX : float 
 fieldY : float 
 fieldZ : float 
 | 
|---|
Set the magnitude of the magnetic field.
| Parameters : | field : float 
 | 
|---|
Set the polar angle of the magnetic field.
| Parameters : | polarAngle : float 
 | 
|---|
Set the magnetic field in spherical coordinates.
| Parameters : | magnitude : float 
 azimuthalAngle : float 
 polarAngle : float 
 | 
|---|
Set the x-component of the magnetic field.
| Parameters : | field : float 
 | 
|---|
Set the y-component of the magnetic field.
| Parameters : | field : float 
 | 
|---|
Set the z-component of the magnetic field.
| Parameters : | field : float 
 | 
|---|
Set the magnitude of the magnetic field.
| Parameters : | polarAngle : float 
 block : str 
 | 
|---|
Set the magnetic field ramp rate proportion.
| Parameters : | proportion : float 
 | 
|---|
Set the magnetic field in spherical coordinates.
| Parameters : | magnitude : float 
 azimuthalAngle : float 
 polarAngle : float 
 block : str 
 | 
|---|
Set the x-component of the magnetic field.
| Parameters : | field : float 
 block : str 
 | 
|---|
Set the y-component of the magnetic field.
| Parameters : | field : float 
 block : str 
 | 
|---|
Set the z-component of the magnetic field.
| Parameters : | field : float 
 block : str 
 | 
|---|
Set the vector magnet system reading mode.
| Parameters : | newMode : int 
 | 
|---|
Return the PID values appropriate for a specified setpoint.
| Parameters : | targetTemp : float 
 pidTable : list of tuple of float 
 | 
|---|---|
| Returns : | bool : 
 tuple of float : 
 | 
Return the allowed deviation for the specified setpoint.
| Parameters : | targetTemp : float 
 stabilityTable : list of tuple 
 | 
|---|---|
| Returns : | float : 
 |