Word Index Registration

Description

Module: geocompy.geo.wir

Definitions for the GeoCOM Word Index registration subsystem.

Types

  • GeoComWIR

Definitions

class GeoComWIR(parent: GeoComType)[source]

Word Index registration subsystem of the GeoCOM protocol. This subsystem is responsible for the GSI data recording operations.

Removed in version GeoCOM-TPS1200.

Parameters:
parent: GeoComType

The parent protocol instance of this subsystem.

get_recording_format() GeoComResponse[Format][source]

RPC 8011, WIR_GetRecFormat

Retrieves the current data recording format.

Returns:

Params:
  • Format: GSI version used in data recording.

Return type:

GeoComResponse

set_recording_format(format: Format | str) GeoComResponse[None][source]

RPC 8012, WIR_SetRecFormat

Sets the data recording format.

Parameters:
format: Format | str

GSI format to use in data recording.

Return type:

GeoComResponse