numass-framework/numass-test/src/main/groovy/inr/numass/scripts/StartRun.groovy
2017-04-15 22:15:53 +03:00

12 lines
348 B
Groovy

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package inr.numass.scripts
import inr.numass.client.NumassClient
NumassClient client = new NumassClient("192.168.111.1", 8335);
print client.startRun("2016_04")