TelescopeCanPulseGuide Property |
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.3.0.2839)
Syntaxpublic bool CanPulseGuide { get; }
Public ReadOnly Property CanPulseGuide As Boolean
Get
public:
virtual property bool CanPulseGuide {
bool get () sealed;
}
Property Value
Type:
BooleanImplements
ITelescopeV3CanPulseGuide
Remarks
May raise an error if the telescope is not connected.
See Also