ITelescopeV3FocalLength Property |
The telescope's focal length, meters
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax double FocalLength { get; }
ReadOnly Property FocalLength As Double
Get
property double FocalLength {
double get ();
}
Property Value
Type:
DoubleExceptions Exception | Condition |
---|
PropertyNotImplementedException | If the property is not implemented |
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 3
See Also