is_analog_value

caqtus.types.parameter.is_analog_value(
value: Any,
) TypeIs[float | Quantity[float, Unit] | FloatArray | Quantity[FloatArray, Unit]]

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