parameter

Functions

is_analog_value(value)

Returns True if the value is an analog value, False otherwise.

is_parameter(parameter)

Returns True if the value is a valid parameter type, False otherwise.

is_quantity(value)

Returns True if the value is a quantity, False otherwise.

Classes

ParameterNamespace(content)

A nested namespace of user parameters.

ParameterSchema(*, _constant_schema, ...)

Contains the type of each parameter in a sequence.

Exceptions

NotAnalogValueError

NotQuantityError