ICameraV2 Properties |
The ICameraV2 type exposes the following members.
Name | Description | |
---|---|---|
BayerOffsetX |
Returns the X offset of the Bayer matrix, as defined in SensorType.
| |
BayerOffsetY |
Returns the Y offset of the Bayer matrix, as defined in SensorType.
| |
BinX |
Sets the binning factor for the X axis, also returns the current value.
| |
BinY |
Sets the binning factor for the Y axis, also returns the current value.
| |
CameraState |
Returns the current camera operational state
| |
CameraXSize |
Returns the width of the CCD camera chip in unbinned pixels.
| |
CameraYSize |
Returns the height of the CCD camera chip in unbinned pixels.
| |
CanAbortExposure |
Returns true if the camera can abort exposures; false if not.
| |
CanAsymmetricBin |
Returns a flag showing whether this camera supports asymmetric binning
| |
CanFastReadout |
Camera has a fast readout mode
| |
CanGetCoolerPower |
If true, the camera's cooler power setting can be read.
| |
CanPulseGuide |
Returns a flag indicating whether this camera supports pulse guiding
| |
CanSetCCDTemperature |
Returns a flag indicatig whether this camera supports setting the CCD temperature
| |
CanStopExposure |
Returns a flag indicating whether this camera can stop an exposure that is in progress
| |
CCDTemperature |
Returns the current CCD temperature in degrees Celsius.
| |
Connected |
Set True to connect to the device hardware. Set False to disconnect from the device hardware.
You can also read the property to check whether it is connected. This reports the current hardware state.
| |
CoolerOn |
Turns on and off the camera cooler, and returns the current on/off state.
| |
CoolerPower |
Returns the present cooler power level, in percent.
| |
Description |
Returns a description of the device, such as manufacturer and modelnumber. Any ASCII characters may be used.
| |
DriverInfo |
Descriptive and version information about this ASCOM driver.
| |
DriverVersion |
A string containing only the major and minor version of the driver.
| |
ElectronsPerADU |
Returns the gain of the camera in photoelectrons per A/D unit.
| |
ExposureMax |
Returns the maximum exposure time supported by StartExposure.
| |
ExposureMin |
Minimium exposure time
| |
ExposureResolution |
Exposure resolution
| |
FastReadout |
Gets or sets Fast Readout Mode
| |
FullWellCapacity |
Reports the full well capacity of the camera in electrons, at the current camera settings (binning, SetupDialog settings, etc.)
| |
Gain |
Index into the Gains array for the selected camera gain
| |
GainMax |
Maximum value of Gain | |
GainMin |
Minimum value of Gain | |
Gains |
Gains supported by the camera
| |
HasShutter |
Returns a flag indicating whether this camera has a mechanical shutter
| |
HeatSinkTemperature |
Returns the current heat sink temperature (called "ambient temperature" by some manufacturers) in degrees Celsius.
| |
ImageArray | ||
ImageArrayVariant | ||
ImageReady |
Returns a flag indicating whether the image is ready to be downloaded fom the camera
| |
InterfaceVersion |
The interface version number that this device supports. Should return 2 for this interface version.
| |
IsPulseGuiding |
Returns a flag indicating whether the camera is currrently in a PulseGuide operation.
| |
LastExposureDuration |
Reports the actual exposure duration in seconds (i.e. shutter open time).
| |
LastExposureStartTime |
Reports the actual exposure start in the FITS-standard CCYY-MM-DDThh:mm:ss[.sss...] format.
| |
MaxADU |
Reports the maximum ADU value the camera can produce.
| |
MaxBinX |
Returns the maximum allowed binning for the X camera axis
| |
MaxBinY |
Returns the maximum allowed binning for the Y camera axis
| |
Name |
The short name of the driver, for display purposes
| |
NumX |
Sets the subframe width. Also returns the current value.
| |
NumY |
Sets the subframe height. Also returns the current value.
| |
PercentCompleted |
Percent conpleted, Interface Version 2 only
| |
PixelSizeX |
Returns the width of the CCD chip pixels in microns.
| |
PixelSizeY |
Returns the height of the CCD chip pixels in microns.
| |
ReadoutMode |
Readout mode, Interface Version 2 only
| |
ReadoutModes |
List of available readout modes, Interface Version 2 only
| |
SensorName |
Sensor name, Interface Version 2 only
## Mandatory must return an empty string if the sensor is unknown
| |
SensorType |
Type of colour information returned by the the camera sensor, Interface Version 2 only
| |
SetCCDTemperature |
Sets the camera cooler setpoint in degrees Celsius, and returns the current setpoint.
| |
StartX |
Sets the subframe start position for the X axis (0 based) and returns the current value.
| |
StartY |
Sets the subframe start position for the Y axis (0 based). Also returns the current value.
| |
SupportedActions |
Returns the list of action names supported by this driver.
|