mahos.inst.overlay.amplified_pd.OE200_AI#

class mahos.inst.overlay.amplified_pd.OE200_AI(name, conf, prefix=None)#

FEMTO Messtechnik OE-200 Variable Gain Photoreceiver with DAQ AnalogIn.

Parameters:
  • luci (LUCI_OE200) – a LUCI_OE200 instance

  • pd (AnalogPD) – a AnalogPD instance. gain should be 1.

__init__(name, conf, prefix=None)#

Init Instrument and internal instrument list (_instruments).

Instruments should be added on initialization by add_instruments() in inherited class.

Methods

__init__(name, conf[, prefix])

Init Instrument and internal instrument list (_instruments).

configure(params[, label])

Configure the instrument settings.

get(key[, args, label])

Get an instrument setting or measurement data.

get_max_rate()

get_param_dict([label])

Get ParamDict for label.

get_param_dict_labels()

Get list of available ParamDict labels.

pop_block()

set(key[, value, label])

Set an instrument setting or commanding value.

start([label])

Start the instrument operation.

stop([label])

Stop the instrument operation.