CADETProcess.dynamicEvents.Event.full_state

Contents

CADETProcess.dynamicEvents.Event.full_state#

property Event.full_state#

Construct the full state based on indices and current value.

This method reconstructs the state from the stored state value,.

Returns:
Union[float, list]

The computed full state, either as a scalar or an array.

Raises:
ValueError

If the length of the state does not match the length of the indices.