Annotation

An annotation declaration for a measurement extension.

Declare as a class attribute on an AnalogMeasurer subclass. Annotations are visual markers shown in the UI. Each annotation depends on one or more

Measure objects — if all dependent measures are disabled, the annotation

is hidden.

Attributes

NameTypeDescription
measures

Methods

__init__(*, measures: List[Measure])
measures
The list of measures that this annotation depends on. If those measures are all disabled, this anotation will not be shown.
AI/LLM users: see llms-extensions.txt for machine-readable documentation.