OptimizerStabilizedModulatedLaser --------------------------------- .. currentmodule:: atomiq.components.laser .. rubric:: Class Arguments .. list-table:: :widths: 50 50 100 :header-rows: 1 * - Argument - Type - Default Value * - **optimizer** - **Optimizer** - * - **photodiode** - **Photodiode** - * - **modulator** - **LightModulator** - * - **laser_source** - **LaserSource** - * - cache_size - TInt32 - 8 * - switch - Switchable - None * - fm_device - TStr - mod * - am_device - TStr - mod * - src_transmission - TFloat - 1.0 * - zero_freq - TFloat - None * - power - TFloat - 0.001 Bold arguments are mandatory. For more documentation on the listed arguments refer to the class definition below. If parameters appear in this list but not in the class definition below, please recursively check the linked base classes for the definition of the parameter. .. rubric:: Inheritance Diagram .. inheritance-diagram:: atomiq.components.laser.OptimizerStabilizedModulatedLaser :top-classes: atomiq.components.primitives.Component :parts: -2 .. rubric:: Example Component Dictionary .. code-block:: JSON { "laser_example": { "classname": "atomiq.components.laser.OptimizerStabilizedModulatedLaser", "arguments": { "optimizer": "", "photodiode": "", "modulator": "", "laser_source": "", "cache_size": 8, "switch": null, "fm_device": "mod", "am_device": "mod", "src_transmission": 1.0, "zero_freq": null, "power": 0.001 } } } .. rubric:: Class Description .. autoclass:: OptimizerStabilizedModulatedLaser :noindex: :inherited-members: Component