Skip to content
Snippets Groups Projects
Commit 8826b39a authored by Taya Snijder's avatar Taya Snijder
Browse files

fixed small bug and more capitalisation

parent 816299ee
Branches
Tags
1 merge request!276Resolve L2SS-655 "Add digitalbeam device"
...@@ -9,9 +9,8 @@ unb2 = DeviceProxy("STAT/UNB2/1") ...@@ -9,9 +9,8 @@ unb2 = DeviceProxy("STAT/UNB2/1")
boot = DeviceProxy("STAT/Boot/1") boot = DeviceProxy("STAT/Boot/1")
tilebeam = DeviceProxy("STAT/TileBeam/1") tilebeam = DeviceProxy("STAT/TileBeam/1")
beamlet = DeviceProxy("STAT/Beamlet/1") beamlet = DeviceProxy("STAT/Beamlet/1")
beamlet = DeviceProxy("STAT/DigitalBeam/1")
docker = DeviceProxy("STAT/Docker/1")
digitalbeam = DeviceProxy("STAT/DigitalBeam/1") digitalbeam = DeviceProxy("STAT/DigitalBeam/1")
docker = DeviceProxy("STAT/Docker/1")
# Put them in a list in case one wants to iterate # Put them in a list in case one wants to iterate
devices = [apsct, apspu, recv, sdp, sst, xst, unb2, boot, tilebeam, beamlet, digitalbeam, docker] devices = [apsct, apspu, recv, sdp, sst, xst, unb2, boot, tilebeam, beamlet, digitalbeam, docker]
...@@ -37,7 +37,7 @@ console_scripts = ...@@ -37,7 +37,7 @@ console_scripts =
l2ss-apspu = tangostationcontrol.devices.apspu:main l2ss-apspu = tangostationcontrol.devices.apspu:main
l2ss-tilebeam = tangostationcontrol.devices.tilebeam:main l2ss-tilebeam = tangostationcontrol.devices.tilebeam:main
l2ss-beamlet = tangostationcontrol.devices.sdp.beamlet:main l2ss-beamlet = tangostationcontrol.devices.sdp.beamlet:main
l2ss-DigitalBeam = tangostationcontrol.devices.sdp.digitalbeam:main l2ss-digitalbeam = tangostationcontrol.devices.sdp.digitalbeam:main
l2ss-boot = tangostationcontrol.devices.boot:main l2ss-boot = tangostationcontrol.devices.boot:main
l2ss-docker-device = tangostationcontrol.devices.docker_device:main l2ss-docker-device = tangostationcontrol.devices.docker_device:main
l2ss-observation = tangostationcontrol.devices.observation:main l2ss-observation = tangostationcontrol.devices.observation:main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment