##// END OF EJS Templates
Monitoring test
Monitoring test

File last commit:

r244:245
r258:259
Show More
getControlModuleStatus_new.py
13 lines | 304 B | text/x-python | PythonLexer
/ trunk / absroot / source / abspy / scripts / getControlModuleStatus_new.py
import file
from client3 import *
import sys
absObj = ABSClient(ipDestino="10.10.10.99")
#absObj = ABSClient(ipDestino="10.10.20.27")
#absObj = ABSClient()
if len(sys.argv) == 2:
# ns = "4"
arg = sys.argv[1]
absObj.getControlModuleStatus_test(arg)
else:
print "Only one argument needed."