Click or drag to resize

VideoIntegrationRate Property

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

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public int IntegrationRate { get; set; }

Property Value

Int32

Implements

IVideoIntegrationRate
Exceptions
ExceptionCondition
InvalidValueExceptionMust throw an exception if not valid.
PropertyNotImplementedExceptionMust throw an exception if the camera supports only one integration rate (exposure) that cannot be changed.
NotConnectedExceptionIf the device is not connected
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
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