The minimum rate (degrees per second)
This must always be a positive number. It indicates the maximum rate in either direction about the axis.
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic double Minimum { get; set; }Public Property Minimum As Double
Get
Set
public:
virtual property double Minimum {
double get () sealed;
void set (double value) sealed;
}Property Value
Type:
DoubleImplements
IRateMinimum
See Also