Change SCT wrappers to use ip_address and tcp_port
This commit is contained in:
@@ -9,8 +9,8 @@ driver green_magnet_labview = {
|
||||
# TCL code
|
||||
::scobj::green::mkGreen {
|
||||
name "green_magnet"
|
||||
IP 137.157.201.88
|
||||
PORT 5001
|
||||
IP ${ip_address}
|
||||
PORT ${tcp_port}
|
||||
tuning 1
|
||||
interval 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user