Closedown

This commit is contained in:
gobbo_a
2017-04-13 15:18:53 +02:00
parent 31f29baa65
commit 8ddf2e0f9d
4 changed files with 37 additions and 26 deletions

View File

@@ -13,11 +13,11 @@ else:
nb = int(args[3])
lat = args[4]
#phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:GET-VSUM-PHASE")
phase = ControlledVariable("Phase", "SINEG01-RSYS:SET-VSUM-PHASE", "SINEG01-RSYS:SET-VSUM-PHASE")
phase.config.minValue =-180.0
phase.config.maxValue = 180.0
phase.config.precision = 3
phase.config.precision = 3
phase.config.resolution = 1.0
phase.config.save()
phase.initialize()