Skip to content
Snippets Groups Projects
Select Git revision
  • 40039c219902cc14c09d77f9897491fac697d380
  • master default protected
  • L2SS-2199-apply-dab-to-xy
  • L2SS-2417-more-vector-memory
  • test-pytango-10.0.3
  • revert-cs032-ccd-ip
  • deploy-components-parallel
  • fix-chrony-exporter
  • L2SS-2407-swap-iers-caltable-monitoring-port
  • L2SS-2357-fix-ruff
  • sync-up-with-meta-pypcc
  • stabilise-landing-page
  • all-stations-lofar2
  • v0.39.7-backports
  • Move-sdptr-to-v1.5.0
  • fix-build-ubuntu
  • tokens-in-env-files
  • fix-build
  • L2SS-2214-deploy-cdb
  • fix-missing-init
  • add-power-hardware-apply
  • v0.55.5-r2 protected
  • v0.52.8-rc1 protected
  • v0.55.5 protected
  • v0.55.4 protected
  • 0.55.2.dev0
  • 0.55.1.dev0
  • 0.55.0.dev0
  • v0.54.0 protected
  • 0.53.2.dev0
  • 0.53.1.dev0
  • v0.52.3-r2 protected
  • remove-snmp-client
  • v0.52.3 protected
  • v0.52.3dev0 protected
  • 0.53.1dev0
  • v0.52.2-rc3 protected
  • v0.52.2-rc2 protected
  • v0.52.2-rc1 protected
  • v0.52.1.1 protected
  • v0.52.1 protected
41 results

01-devices.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    01-devices.py 989 B
    # Create shortcuts for our devices
    apsct = DeviceProxy("STAT/APSCT/1")
    ccd = DeviceProxy("STAT/CCD/1")
    apspu = DeviceProxy("STAT/APSPU/1")
    recv = DeviceProxy("STAT/RECV/1")
    sdp = DeviceProxy("STAT/SDP/1")
    bst = DeviceProxy("STAT/BST/1")
    sst = DeviceProxy("STAT/SST/1")
    xst = DeviceProxy("STAT/XST/1")
    unb2 = DeviceProxy("STAT/UNB2/1")
    boot = DeviceProxy("STAT/Boot/1")
    tilebeam = DeviceProxy("STAT/TileBeam/1")
    pcon = DeviceProxy("STAT/PCON/1")
    psoc = DeviceProxy("STAT/PSOC/1")
    beamlet = DeviceProxy("STAT/Beamlet/1")
    digitalbeam = DeviceProxy("STAT/DigitalBeam/1")
    antennafield = DeviceProxy("STAT/AntennaField/1")
    docker = DeviceProxy("STAT/Docker/1")
    temperaturemanager = DeviceProxy("STAT/TemperatureManager/1")
    configuration = DeviceProxy("STAT/Configuration/1")
    
    # Put them in a list in case one wants to iterate
    devices = [apsct, ccd, apspu, recv, sdp, bst, sst, xst, unb2, boot, tilebeam, beamlet, digitalbeam, antennafield, temperaturemanager, docker, pcon, psoc, configuration]