Added check to make sure that the tracking rate cannot be set for an LX200.

This commit is contained in:
2021-08-04 17:01:06 +01:00
parent a562b848c0
commit 27a0f54b07
2 changed files with 31 additions and 3 deletions
+5
View File
@@ -2649,6 +2649,11 @@ namespace ASCOM.Meade.net
CheckConnected("TrackingRate Set");
CheckParked();
if (SharedResourcesWrapper.ProductName == TelescopeList.LX200CLASSIC)
{
throw new ASCOM.NotImplementedException("TrackingRate Set");
}
switch (value)
{
case DriveRates.driveSidereal: