parserΒΆ
Collection of functions for parsing circuit strings.
|
Checks if a circuit string is valid. |
|
Checks if a parameter label is valid. |
Returns the component type of a component/parameter label. |
|
Returns the type of a parameter label. |
|
|
Returns a list of labels for all components in a circuit string. |
|
Returns a list of component types in a circuit string. |
|
Returns a list of parameter types in a circuit string. |
|
Returns a list of labels for all parameters in a circuit string. |
|
Groups parameter labels by component type. |
|
Groups parameter labels by component label. |
|
Returns the number of parameters present in a circuit string. |
|
Converts a circuit string the format used by impedance.py. |
|
Finds all ohmic resistors in a circuit (only in the main chain). |