UNPKG

jchaos

Version:

module to access chaos resources

17 lines (10 loc) 324 B
const { pol } = require("../interface/SCPowerSupplyControlUnit"); var pow=jchaos.chaosNodeCreate("BTF/QUADRUPOLE/QUATB001"); var cam=jchaos.chaosNodeCreate("FLAME/CAMERA/LASER001"); pow.pol(1); pow.stby(false); pow.current(11.2); pow.get().output.current; cam.setRoi(0,0,480,200); cam.show(); cam.setRoi(0,0,640,480);