Click or drag to resize

IVideoIntegrationRate Property

Index into the SupportedIntegrationRates array for the selected camera integration rate.

Namespace:  ASCOM.DeviceInterface
Assembly:  ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
int IntegrationRate { get; set; }

Property Value

Type: Int32
Integer index for the current camera integration rate in the SupportedIntegrationRates string array.

Return Value

Type: Int32
Index into the SupportedIntegrationRates array for the selected camera integration rate.
Exceptions
ExceptionCondition
NotConnectedExceptionIf the device is not connected
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
InvalidValueExceptionMust throw an exception if not valid.
PropertyNotImplementedExceptionMust throw an exception if the camera supports only one integration rate (exposure) that cannot be changed.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks
IntegrationRate can be used to adjust the integration rate (exposure) of the camera, if supported. A 0-based array of strings - SupportedIntegrationRates, which correspond to different discrete integration rate settings supported by the camera will be returned. IntegrationRate must be set to an integer in this range.

The driver must default IntegrationRate to a valid value when integration rate is supported by the camera.

See Also