CADETProcess.dataStructure.parameter.DependentlyModulatedUnsignedList.get_expected_size

CADETProcess.dataStructure.parameter.DependentlyModulatedUnsignedList.get_expected_size#

DependentlyModulatedUnsignedList.get_expected_size(instance)#

Compute the expected size based on the instance’s other attributes.

Parameters:
instanceobject

The instance whose attributes determine the expected size.

Returns:
int

Computed expected size based on instance attributes.

Raises:
ValueError

If an attribute, on which the size depends, is not set.