ParameterSchema

class caqtus.types.parameter.ParameterSchema(
*,
_constant_schema: ConstantSchema,
_variable_schema: VariableSchema,
)

Bases: Mapping[DottedVariableName | str, ParameterType]

Contains the type of each parameter in a sequence.

property constant_schema: ConstantSchema

Values of the parameters that are constant during the sequence.

property variable_schema: VariableSchema

Types of the parameters that can change during the sequence.