Fast Impedance Spectroscopy
pypalmsens.FastImpedanceSpectroscopy
flowchart TD
pypalmsens.FastImpedanceSpectroscopy[FastImpedanceSpectroscopy]
pypalmsens._methods.base.BaseTechnique[BaseTechnique]
pypalmsens._methods.mixins.CurrentRangeMixin[CurrentRangeMixin]
pypalmsens._methods.mixins.PotentialRangeMixin[PotentialRangeMixin]
pypalmsens._methods.mixins.PretreatmentMixin[PretreatmentMixin]
pypalmsens._methods.mixins.VersusOCPMixin[VersusOCPMixin]
pypalmsens._methods.mixins.PostMeasurementMixin[PostMeasurementMixin]
pypalmsens._methods.mixins.MeasurementTriggersMixin[MeasurementTriggersMixin]
pypalmsens._methods.mixins.EquilibrationTriggersMixin[EquilibrationTriggersMixin]
pypalmsens._methods.mixins.GeneralMixin[GeneralMixin]
pypalmsens._methods.base_model.BaseModel[BaseModel]
pypalmsens._methods.base.BaseTechnique --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.base.BaseTechnique
pypalmsens._methods.mixins.CurrentRangeMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.CurrentRangeMixin
pypalmsens._methods.mixins.PotentialRangeMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.PotentialRangeMixin
pypalmsens._methods.mixins.PretreatmentMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.PretreatmentMixin
pypalmsens._methods.mixins.VersusOCPMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.VersusOCPMixin
pypalmsens._methods.mixins.PostMeasurementMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.PostMeasurementMixin
pypalmsens._methods.mixins.MeasurementTriggersMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.MeasurementTriggersMixin
pypalmsens._methods.mixins.EquilibrationTriggersMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.EquilibrationTriggersMixin
pypalmsens._methods.mixins.GeneralMixin --> pypalmsens.FastImpedanceSpectroscopy
pypalmsens._methods.base_model.BaseModel --> pypalmsens._methods.mixins.GeneralMixin
click pypalmsens.FastImpedanceSpectroscopy href "" "pypalmsens.FastImpedanceSpectroscopy"
click pypalmsens._methods.base.BaseTechnique href "" "pypalmsens._methods.base.BaseTechnique"
click pypalmsens._methods.mixins.CurrentRangeMixin href "" "pypalmsens._methods.mixins.CurrentRangeMixin"
click pypalmsens._methods.mixins.PotentialRangeMixin href "" "pypalmsens._methods.mixins.PotentialRangeMixin"
click pypalmsens._methods.mixins.PretreatmentMixin href "" "pypalmsens._methods.mixins.PretreatmentMixin"
click pypalmsens._methods.mixins.VersusOCPMixin href "" "pypalmsens._methods.mixins.VersusOCPMixin"
click pypalmsens._methods.mixins.PostMeasurementMixin href "" "pypalmsens._methods.mixins.PostMeasurementMixin"
click pypalmsens._methods.mixins.MeasurementTriggersMixin href "" "pypalmsens._methods.mixins.MeasurementTriggersMixin"
click pypalmsens._methods.mixins.EquilibrationTriggersMixin href "" "pypalmsens._methods.mixins.EquilibrationTriggersMixin"
click pypalmsens._methods.mixins.GeneralMixin href "" "pypalmsens._methods.mixins.GeneralMixin"
click pypalmsens._methods.base_model.BaseModel href "" "pypalmsens._methods.base_model.BaseModel"
Create fast impedance spectroscopy method parameters.
Methods:
-
from_dict–Structure technique instance from dict.
-
from_method_id–Create new instance of appropriate technique from method ID.
-
to_dict–Return the technique instance as a new key/value dictionary mapping.
Attributes:
-
ac_potential(float) –Potential amplitude in V (rms).
-
current_range(CurrentRange) –Set the autoranging current.
-
dc_potential(float) –Potential applied during measurement in V.
-
equilibration_time(float) –Equilibration time in s.
-
equilibrion_triggers(EquilibrationTriggers) –Set the trigger at equilibration settings.
-
frequency(float) –Fixed frequency in Hz.
-
general(General) –Sets general/other settings.
-
interval_time(float) –The time between two samples in s.
-
measurement_triggers(MeasurementTriggers) –Set the trigger at measurement settings.
-
post_measurement(PostMeasurement) –Set the post measurement settings.
-
potential_range(PotentialRange) –Set the autoranging potential.
-
pretreatment(Pretreatment) –Set the pretreatment settings.
-
run_time(float) –Total run time of the measurement in s.
-
versus_ocp(VersusOCP) –Set the versus OCP settings.
ac_potential
class-attribute
instance-attribute
ac_potential: float = 0.01
Potential amplitude in V (rms).
current_range
class-attribute
instance-attribute
current_range: CurrentRange = Field(default_factory=CurrentRange)
Set the autoranging current.
dc_potential
class-attribute
instance-attribute
dc_potential: float = 0.0
Potential applied during measurement in V.
equilibration_time
class-attribute
instance-attribute
equilibration_time: float = 0.0
Equilibration time in s.
equilibrion_triggers
class-attribute
instance-attribute
equilibrion_triggers: EquilibrationTriggers = Field(default_factory=EquilibrationTriggers)
Set the trigger at equilibration settings.
general
class-attribute
instance-attribute
Sets general/other settings.
interval_time
class-attribute
instance-attribute
interval_time: float = 0.1
The time between two samples in s.
measurement_triggers
class-attribute
instance-attribute
measurement_triggers: MeasurementTriggers = Field(default_factory=MeasurementTriggers)
Set the trigger at measurement settings.
post_measurement
class-attribute
instance-attribute
post_measurement: PostMeasurement = Field(default_factory=PostMeasurement)
Set the post measurement settings.
potential_range
class-attribute
instance-attribute
potential_range: PotentialRange = Field(default_factory=PotentialRange)
Set the autoranging potential.
pretreatment
class-attribute
instance-attribute
pretreatment: Pretreatment = Field(default_factory=Pretreatment)
Set the pretreatment settings.
run_time
class-attribute
instance-attribute
run_time: float = 10.0
Total run time of the measurement in s.
versus_ocp
class-attribute
instance-attribute
Set the versus OCP settings.
from_dict
classmethod
Structure technique instance from dict.
Opposite of .to_dict()
Source code in src/pypalmsens/_methods/base.py
35 36 37 38 39 40 | |
from_method_id
classmethod
from_method_id(id: str) -> BaseTechnique
Create new instance of appropriate technique from method ID.
Source code in src/pypalmsens/_methods/base.py
42 43 44 45 46 | |