Set operation current for polariser and analyser
r3227 | ffr | 2011-06-26 12:17:28 +1000 (Sun, 26 Jun 2011) | 1 line
This commit is contained in:
committed by
Douglas Clowes
parent
eaf924eb73
commit
edc7639d65
@@ -1,11 +1,16 @@
|
|||||||
fileeval $cfPath(beamline)/sct_RFGen.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
|
# NOTE: opCurr is 10 * your operating current, ie if the current is 7.1 then opCurr = 71
|
||||||
::scobj::rfgen::mkRFGen {
|
::scobj::rfgen::mkRFGen {
|
||||||
name "polarizer_flipper"
|
name "polarizer_flipper"
|
||||||
address 1
|
address 1
|
||||||
opCurr 0
|
opCurr 50
|
||||||
opFreq 198
|
opFreq 193
|
||||||
K1 0
|
K1 0
|
||||||
K2 1
|
K2 1
|
||||||
K3 1
|
K3 1
|
||||||
@@ -22,7 +27,7 @@ fileeval $cfPath(beamline)/sct_RFGen.tcl
|
|||||||
::scobj::rfgen::mkRFGen {
|
::scobj::rfgen::mkRFGen {
|
||||||
name "analyzer_flipper"
|
name "analyzer_flipper"
|
||||||
address 9
|
address 9
|
||||||
opCurr 0
|
opCurr 45
|
||||||
opFreq 198
|
opFreq 198
|
||||||
K1 0
|
K1 0
|
||||||
K2 0
|
K2 0
|
||||||
|
|||||||
Reference in New Issue
Block a user