Files
sics/site_ansto/instrument/reflectometer/config/beamline/polanal.tcl
2013-04-18 07:00:17 +10:00

44 lines
754 B
Tcl

fileeval $cfPath(beamline)/sct_RFGen.tcl
# NOTE:
# If tuning=1 this will generate xxx/set_current and xxx/set_frequency
# nodes for the instrument scientists.
# The tuning parameter should be set to 0 for the users.
#
# 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 51
opFreq 230
K1 0
K2 1
K3 1
IP 137.157.202.149
PORT 4001
tuning 0
interval 2
currtol 1
compCurr 1
guideCurr 1
thickness 1
}
::scobj::rfgen::mkRFGen {
name "analyzer_flipper"
address 9
opCurr 46
opFreq 198
K1 0
K2 0
K3 0
IP 137.157.202.149
PORT 4002
tuning 0
interval 2
currtol 1
compCurr 1
guideCurr 1
thickness 1
}