PierSide Enumeration

The pointing state of the mount

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public enum PierSide

Remarks

Pier side is a GEM-specific term that has historically caused much confusion. As of Platform 6, the PierSide property is defined to refer to the telescope pointing state. Please see SideOfPier for more information on this topic.

Only used with telescope interface versions 2 and later.

ASCOM Library Implementation

Since we had the opportunity of a fresh start with the ASCOM Library, we decided to give the Library enum a name that better reflected its actual meaning: PointingState. The enums have equivalent members and meanings, with the Library's PointingState enum intended for use with Library components and the PierSide enum intended for use with Platform components.

Members

pierEast0 Normal pointing state
pierWest1 Through the pole pointing state
pierUnknown-1 Unknown or indeterminate.

See Also