IInvertable

class phoenix5.IInvertable

Bases: pybind11_object

Interface for invertable objects

getInverted() bool
Returns:

invert setting of output.

setInverted(invert: bool) None

Inverts the output of the object

Parameters:

invert – Invert state to set.