measurement_point package
Define objects to gather several Instrument.
In particular, PickUp gathers several Instrument
positioned at the same pick-up and GlobalDiagnostics gathers the
Instrument objects that are not positioned at a specific pick-up.
Both objects inherit from IMeasurementPoint, which defines all their
common properties and methods.
Submodules
- factory module
- global_diagnostics module
GlobalDiagnosticsGlobalDiagnostics._abc_implGlobalDiagnostics.add_instrument()GlobalDiagnostics.add_post_treater()GlobalDiagnostics.get_instrument()GlobalDiagnostics.get_instruments()GlobalDiagnostics.remove_instrument()GlobalDiagnostics.remove_post_treater()GlobalDiagnostics.scatter_instruments_data()GlobalDiagnostics.instruments
- i_measurement_point module
IMeasurementPointIMeasurementPoint.instrumentsIMeasurementPoint.add_instrument()IMeasurementPoint.remove_instrument()IMeasurementPoint.get_instruments()IMeasurementPoint.get_instrument()IMeasurementPoint.add_post_treater()IMeasurementPoint.remove_post_treater()IMeasurementPoint.scatter_instruments_data()IMeasurementPoint._abc_impl
- pick_up module