Controller Task

Description

Module: geocompy.geo.ctl

Definitions for the GeoCOM Control task subsystem.

Types

  • GeoComCTL

Definitions

class GeoComCTL(parent: GeoComType)[source]

Control task subsystem of the GeoCOM protocol.

Removed in version GeoCOM-TPS1200.

Parameters:
parent: GeoComType

The parent protocol instance of this subsystem.

get_wakeup_counter() GeoComResponse[tuple[int, int]][source]

RPC 12003, CTL_GetUpCounter

Retrieves how many times has the instrument been switched on, or awakened from sleep mode.

Returns:

Params:
  • int: Switch on count.

  • int: Wake up count.

Return type:

GeoComResponse

Note

The counters are reset to zero, once the command is executed.

See also

com.switch_off