mahos.meas#

The mahos.meas package provides common high-level measurement logics.

common_meas.BasicMeasClient(gconf, name[, ...])

Client for Basic Measurement Nodes (Node with the BinaryState, Data, and Buffer).

common_meas.BasicMeasNode(gconf, name[, context])

Base Implementation for Basic Meas Nodes (Node with the BinaryState, Data, and Buffer).

state_manager.StateManager(gconf, name[, ...])

StateManager for meas nodes.

tweaker.Tweaker(gconf, name[, context])

Generic tweaker for manually-tunable Instrument's ParamDicts.

pos_tweaker.PosTweaker(gconf, name[, context])

Specialized tweaker for manually operated positioners.

recorder.Recorder(gconf, name[, context])

Generic data-logging measurement for time-series data.

camera.Camera(gconf, name[, context])

Measurement for continuous camera frame capturing.

IO classes