hvl_ccb.dev.cube.earthing_stick

Inheritance diagram of hvl_ccb.dev.cube.earthing_stick

EarhtingStick of the different “Cubes”.

class EarthingStickOperatingStatus(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

Operating Status for an earthing stick. Stick can be used in auto or manual mode.

AUTO = 0
MANUAL = 1
class EarthingStickOperation(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: BoolEnum

Operation of the earthing stick in manual operating mode. Can be closed of opened.

CLOSE = True
OPEN = False
class EarthingStickStatus(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: IntEnum

Status of an earthing stick. These are the possible values in the status integer e.g. in _EarthingStick.status.

CLOSED = 1
ERROR = 3
INACTIVE = 0
OPEN = 2