QMAPP-mq / qudi

A modular laboratory experiment management suite.
GNU General Public License v3.0
4 stars 0 forks source link

create hardware module for the PI E-761 #14

Closed mvbnano closed 6 years ago

mvbnano commented 6 years ago

The PI E-761 connect via PCI, and used the original GCS commands. A new qudi hardware module is required to integrate it.

mvbnano commented 6 years ago

@CyLap I changed the board number 'value' to be defined at the top of the class file, so that it can (optionally) be read from the config file. It's value is by default set to 1.

_board_number = ConfigOption('averaging_window', 1, missing='warn')

In on_activate, the board number is now used like

self._board_number