Click or drag to resize

CameraBinX Property

Sets the binning factor for the X axis, also returns the current value.

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public short BinX { get; set; }

Property Value

Int16
The X binning value

Implements

ICameraV4BinX
Exceptions
ExceptionCondition
InvalidValueExceptionMust throw an exception for illegal binning values
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.
Remarks
Should default to 1 when the camera connection is established. Note: driver does not check for compatible subframe values when this value is set; rather they are checked upon StartExposure.
See Also