Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
The Site Log Manager is maintained by the International GNSS Service (IGS).
IGS - Site Log Manager
IGS - Site Log Manager

Contents:

  • Overview
  • Installation
  • Upgrading
  • Configuration
  • Architecture
    • Data Model
    • Extensions
    • Signals
  • User Manual
    • Data Organization
    • Moderation & Permissions
    • How To
  • Commands
  • Dependencies
  • APIs
  • Reference
    • slm.settings
    • slm.defines
      • AlertLevel
      • AntennaCalibrationMethod
      • AntennaFeatures
      • AntennaReferencePoint
      • Aspiration
      • CardinalDirection
      • CollocationStatus
      • CoordinateMode
      • EquipmentState
      • FlagSeverity
      • FractureSpacing
      • FrequencyStandardType
      • GeodesyMLVersion
      • Instrumentation
      • ISOCountry
      • LogEntryType
      • SiteFileUploadStatus
      • SiteLogFormat
      • SiteLogStatus
      • SLMFileType
      • TectonicPlates
    • slm.signals
    • slm.validators
  • Change Log
Back to top
View this page
Edit this page
class slm.defines.AntennaReferencePoint[source]¶

Bases: IntegerChoices

BAM = 1¶
BCR = 2¶
BDG = 3¶
BGP = 4¶
BPA = 5¶
TCR = 6¶
TDG = 7¶
TGP = 8¶
TOP = 9¶
TPA = 10¶
__new__(value)¶
Next
<no title>
Previous
<no title>
Copyright © Copyright 2022-2025 International GNSS Service
Made with Sphinx and @pradyunsg's Furo
On this page
  • AntennaReferencePoint
    • AntennaReferencePoint.BAM
    • AntennaReferencePoint.BCR
    • AntennaReferencePoint.BDG
    • AntennaReferencePoint.BGP
    • AntennaReferencePoint.BPA
    • AntennaReferencePoint.TCR
    • AntennaReferencePoint.TDG
    • AntennaReferencePoint.TGP
    • AntennaReferencePoint.TOP
    • AntennaReferencePoint.TPA
    • AntennaReferencePoint.__new__()