Skip to content

Andeen-Hagerling 2550A

Description

This module allows to configure AH2550A capacitance bridge as a sampling counter. 3 counters can be configured corresponding to 3 measurement possibilities: - capacitance - loss - voltage

Configuration

YAML configuration file example

- class: AH2550A
  module: andeen_hagerling_2550a
  name: ah
  # optional tango configuration
  # server is located under bliss/tango/servers/ah2550a_ds.py
  tango:
    url: id32/ah2550a/ah
  gpib:
    url: enet://gpibid32h
    pad: 28
  counters:
    - counter_name: C
      measure: capacitance
    - counter_name: L
      measure: loss
    - counter_name: V
      measure: voltage

References