synthpic2.recipe.process_conditions

Module for the process conditions.

Submodules

Package Contents

Classes

FeatureVariability

Class to combine a feature (specified by its name) with a Variability.

class synthpic2.recipe.process_conditions.FeatureVariability

Bases: synthpic2.recipe.registries.self_registering_attrs_mixin.SelfRegisteringAttrsMixin

Class to combine a feature (specified by its name) with a Variability.

property _registry: synthpic2.recipe.registries.registries.Registry
_target_: str = 'synthpic2.recipe.process_conditions.feature_variability.FeatureVariability'
name: str
feature_name: str
variability: Any
update_feature(object_: synthpic2.recipe.blueprints.Particle | synthpic2.recipe.blueprints.MeasurementTechnique) None