Files
sics/site_ansto/instrument/reflectometer/config/beamline/old_polanal.tcl
Ferdi Franceschini 7371a561d9 Make sure spin flipper code in rfamp.c is initialised
Fixed drive bugs in lakeshore drivers.
r3071 | ffr | 2011-02-25 18:27:31 +1100 (Fri, 25 Feb 2011) | 2 lines
2012-11-15 17:08:46 +11:00

33 lines
535 B
Tcl

fileeval $cfPath(beamline)/sct_RFGen.tcl
# NOTE: opCurr is 10 * your operating current, ie if the current is 7.1 then opCurr = 71
::scobj::rfgen::mkRFGen {
name "polarizer_flipper"
address 1
opCurr 71
opFreq 407
IP 137.157.202.149
PORT 4001
tuning 1
interval 2
currtol 1
compCurr 1
guideCurr 1
thickness 1
}
::scobj::rfgen::mkRFGen {
name "analyzer_flipper"
address 9
opCurr 71
opFreq 407
IP 137.157.202.149
PORT 4002
tuning 1
interval 2
currtol 1
compCurr 1
guideCurr 1
thickness 1
}