Control Curve Interpolated Parameter
General Description
A control curve Parameter that interpolates between three or more values.
Return values are linearly interpolated between control curves, with the first and last value being 100% and 0% respectively. API Reference
Attributes
Name
Description
Required
storage_node
An optional Storage node that can be used to query the current percentage volume
Yes
control_curves
The Parameter objects to use as a control curve(s)
Yes
values
A list of values to return corresponding to the control curves. The length of the list should be 2 + len(control_curves)
Yes
parameters
If values is None then parameters can specify a Parameter object to use at each of the control curves. The number of parameters should be 2 + len(control_curves)
Yes
Example
coming soon...
Last updated