Files
sics/site_ansto/instrument/reflectometer/config/chopper/chopper.tcl
Ferdi Franceschini 49e6a584c0 SICS-587 (in progress) Put IP and PORT configuration in one file.
Platypus TODO hmm, environment, and devices like multimeters and the
sylvac.
2013-04-21 11:14:10 +10:00

10 lines
303 B
Tcl

set sim_mode [SplitReply [chopper_simulation]]
namespace eval ::scobj::chopper {
variable chopper_IP [dict get $::CHOPPER_HOSTPORT NCS013 HOST]
variable chopper_port [dict get $::CHOPPER_HOSTPORT NCS013 PORT]
variable UID "NCS"
variable PWD "NCS013"
}
source $cfPath(chopper)/sct_chopper.tcl