photons.equipment.sia_cmi module
Switched Integrator Amplifier from CMI.
- class photons.equipment.sia_cmi.SIA3CMI(record, **kwargs)[source]
Bases:
BaseEquipmentSwitched Integrator Amplifier from CMI.
- Parameters:
record (
EquipmentRecord) – The equipment record.**kwargs – Keyword arguments. Can be specified as attributes of an XML element in a configuration file (with the tag of the element equal to the alias of record).
- Integration
alias of
IntegrationTime
-
integration_time_changed:
SignalInstance
- get_integration_time(as_enum=False)[source]
Get the integration time.
- Parameters:
as_enum (
bool) – Whether to return the value as anIntegrationTimeenum value or as a numeric value in seconds.- Return type:
- Returns:
The integration time.