10 lines
303 B
Tcl
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
|