IVideoIntegrationRate Property |
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax int IntegrationRate { get; set; }
Property IntegrationRate As Integer
Get
Set
property int IntegrationRate {
int get ();
void set (int value);
}
Property Value
Type:
Int32Integer index for the current camera integration rate in the
SupportedIntegrationRates string array.
Return Value
Type:
Int32Index into the SupportedIntegrationRates array for the selected camera integration rate.
Exceptions Exception | Condition |
---|
NotConnectedException | Must throw an exception if the information is not available. (Some drivers may require an
active connection in order to retrieve necessary information from the camera.) |
InvalidValueException | Must throw an exception if not valid. |
PropertyNotImplementedException | Must throw an exception if the camera supports only one integration rate (exposure) that cannot be changed. |
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