ControlPriority =============== .. rubric:: *module* :mod:`wntr.network.controls` .. currentmodule:: wntr.network.controls .. autoclass:: ControlPriority .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: ControlPriority.conjugate ControlPriority.bit_length ControlPriority.bit_count ControlPriority.to_bytes ControlPriority.from_bytes ControlPriority.as_integer_ratio .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: ControlPriority.real ControlPriority.imag ControlPriority.numerator ControlPriority.denominator ControlPriority.very_low ControlPriority.low ControlPriority.medium_low ControlPriority.medium ControlPriority.medium_high ControlPriority.high ControlPriority.very_high ~~~~~~~~~~~~~~~~~~~~~~~~~~~