Monochromator

energy()
$ret = energy();
$ret = energy( 8980);
$ret = move( energy => 8980);
Sets/gets the energy of the monochromator [eV].

wavelength)
$ret = wavelength);
$ret = wavelength( 1.5);
Sets/gets the wavelength of the monochromator [Angstr.], alias: Lambda().

calibrate();
Calibrates the energy [eV].

calibrate( name => "Energy",
           unit => SomeValue,
           nolog => 1,          # optional, def.: 0
           noconfirm => 1);     # optional, def.: 0

pos_energy();
Returns the motor names and their positions at the specified energy.

$ret = pos_energy( "9000");
 --> ( mot33 = 12.5483, mot39 = 12.5483, mot40 = 15, mot38 = 53.3777, mot34 = -10)



Subsections