TelescopeFocalLength Property |
The telescope's focal length, meters
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic double FocalLength { get; }Public ReadOnly Property FocalLength As Double
Get
public:
virtual property double FocalLength {
double get () sealed;
}Property Value
DoubleImplements
ITelescopeV3FocalLength
Exceptions
Remarks
This property may be used by clients to calculate telescope field of view and plate scale when combined with detector pixel size and geometry.
This is only available for telescope InterfaceVersions 2 and later
See Also