Module translator

Source
Expand description

Definition of the main Translator trait and the simplified version BasicTranslator.

Structs§

VariableNameInfo
Provides a way for translators to “change” the name of variables in the variable list. Most translators should not produce VariableNameInfo since it is a global thing that is done on all variables, not just those which have had the translator applied.

Enums§

NumberParseResult 🔒
TrueName
WaveSource

Traits§

BasicTranslator
A translator that only produces non-hierarchical values
Translator
The most general translator trait.

Functions§

map_vector_variable 🔒
Turn vector variable string into name and corresponding kind if it includes values other than 0 and 1. If only 0 and 1, return None.
translates_all_bit_types