[docs]classCoordinateMode(StrEnumProperties,s("label",case_fold=True),p("help")):# fmt: offINDEPENDENT="I","INDEPENDENT","User specifies station coordinates in ECEF and LLH seperately."ECEF="E","ECEF","User specifies station coordinates in ECEF, LLH coordinates are calculated by the system."LLH="L","LLH","User specifies station coordinates in LLH, ECEF coordinates are calculated by the system."