44 lines
754 B
Tcl
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 50
|
|
opFreq 193
|
|
K1 0
|
|
K2 1
|
|
K3 1
|
|
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 45
|
|
opFreq 198
|
|
K1 0
|
|
K2 0
|
|
K3 0
|
|
IP 137.157.202.149
|
|
PORT 4002
|
|
tuning 1
|
|
interval 2
|
|
currtol 1
|
|
compCurr 1
|
|
guideCurr 1
|
|
thickness 1
|
|
}
|