Data

Description

Module: geocompy.gsi.gsidata

The GSI Online data module provides utility types, that are specific to the GSI Online protocol.

Enums

  • AutoOff

  • BeepIntensity

  • Communication

  • GSIFormat

  • Illumination

  • RecordCode

  • Recorder

  • Units

Definitions

class AutoOff(*values)[source]

GSI Online automatic shutdown.

OFF = 0[source]
ON = 1[source]
SLEEP = 2[source]
class BeepIntensity(*values)[source]

GSI Online beep signal intensitie.

LOUD = 2[source]
MEDIUM = 1[source]
OFF = 0[source]
class Communication[source]

GSI Online serial communication settings.

class Baud(*values)[source]

Serial speed.

B1200 = 2[source]
B19200 = 6[source]
B2400 = 3[source]
B4800 = 4[source]
B9600 = 5[source]
class Parity(*values)[source]

Serial parity.

EVEN = 2[source]
NONE = 0[source]
ODD = 1[source]
class Terminator(*values)[source]

Message terminator.

CR = 0[source]
CRLF = 1[source]
class GSIFormat(*values)[source]

GSI Online recording format.

GSI16 = 1[source]
GSI8 = 0[source]
class Illumination(*values)[source]

GSI Online illumination setting.

BOTH = 3[source]
LEVELONLY = 2[source]
OFF = 0[source]
class RecordCode(*values)[source]

GSI Online automatic code recording.

AFTER = 1[source]

Record code after measurement.

BEFORE = 0[source]

Record code before measurement.

class Recorder(*values)[source]

GSI Online data recorder device.

INTERNAL = 0[source]
RS232 = 1[source]
class Units[source]

GSI Online measurement units.

class Distance(*values)[source]

Distance unit.

FEET = 2[source]
METER = 0[source]
USFEET = 1[source]
USFEETINCH = 5[source]
class Temperature(*values)[source]

Temperature unit.

CELSIUS = 0[source]
FAHRENHEIT = 1[source]