Move the select_environment_controller function from quokka_configuration.tcl to here. SICS-402 Implement Quokka spin flipper control server_config.tcl Added rfgen_simulation variable r2932 | ffr | 2010-05-22 17:01:09 +1000 (Sat, 22 May 2010) | 8 lines
19 lines
327 B
Tcl
19 lines
327 B
Tcl
fileeval $cfPath(beamline)/sct_flipper.tcl
|
|
|
|
# NOTE: opCurr is 10 * your operating current, ie if the current is 7.1 then opCurr = 71
|
|
::scobj::rfgen::mkFlipper {
|
|
name "flipper"
|
|
address 1
|
|
opCurr 71
|
|
opFreq 407
|
|
IP 137.157.202.86
|
|
PORT 4001
|
|
tuning 1
|
|
interval 5
|
|
currtol 1
|
|
compCurr 1
|
|
guideCurr 1
|
|
thickness 1
|
|
}
|
|
|