js.dev.cam.sbig
Class GetCcdInfoResults4

java.lang.Object
  extended by js.dev.Results
      extended by js.dev.cam.sbig.GetCcdInfoResults4
All Implemented Interfaces:
java.io.Serializable

public class GetCcdInfoResults4
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GetCcdInfoResults4()
          Constructor.
GetCcdInfoResults4(ERROR error)
          Constructor.
 
Method Summary
 int getCapabilitiesBits()
          The getCapabilitiesBits public method returns set of bits for additional capabilities: b0: 0 = CCD is Full Frame Device.
 int getDumpExtra()
          The getDumpExtra public method returns the number of unbinned rows to dump to transfer image area to storage area.
 boolean isElectronicShutter()
          The isElectronicShutter public method indicates whether or not the CCD has an electronic shutter, i.e.
 boolean isExternalRemoteGuideHeadSupport()
           
 boolean isFrameTransferDevice()
          The isFrameTransferDevice public method indicates if the CCD is Frame Transfer CCD device.
 boolean isFullFrameDevice()
          The isFullFrameDevice public method indicates if the CCD is Full Frame CCD device.
 boolean isInterlineCcd()
          The isInterlineCCD public method indicates if the CCD is Interline CCD device.
 void setCapabilitiesBits(int capabilitiesBits)
          The setCapabilitiesBits public member sets the capabilitiesBits field.
 void setDumpExtra(int dumpExtra)
          The setDumpExtra public method sets the dumpExtra field of this class.
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCcdInfoResults4

public GetCcdInfoResults4()
Constructor.


GetCcdInfoResults4

public GetCcdInfoResults4(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getCapabilitiesBits

public final int getCapabilitiesBits()
The getCapabilitiesBits public method returns set of bits for additional capabilities: b0: 0 = CCD is Full Frame Device. 1 = CCD is Frame Transfer Device. b1: 0 = No Electronic Shutter. 1 = Interline Imaging CCD with Electronic Shutter and millisecond exposure capability. b2: 0 = No hardware support for external Remote Guide Head. 1 = Detected hardware support for external Remote Guide Head.

Returns:
capabilitiesBits

setCapabilitiesBits

public final void setCapabilitiesBits(int capabilitiesBits)
The setCapabilitiesBits public member sets the capabilitiesBits field.

Parameters:
capabilitiesBits - the capabilitiesBits to set.

isFullFrameDevice

public final boolean isFullFrameDevice()
The isFullFrameDevice public method indicates if the CCD is Full Frame CCD device.

Returns:
true/false

isFrameTransferDevice

public final boolean isFrameTransferDevice()
The isFrameTransferDevice public method indicates if the CCD is Frame Transfer CCD device.

Returns:
true/false

isInterlineCcd

public final boolean isInterlineCcd()
The isInterlineCCD public method indicates if the CCD is Interline CCD device.

Returns:
true/false

isElectronicShutter

public final boolean isElectronicShutter()
The isElectronicShutter public method indicates whether or not the CCD has an electronic shutter, i.e. if this is an interline CCD device.

Returns:
true/false

isExternalRemoteGuideHeadSupport

public final boolean isExternalRemoteGuideHeadSupport()

getDumpExtra

public final int getDumpExtra()
The getDumpExtra public method returns the number of unbinned rows to dump to transfer image area to storage area.

Returns:
dumpExtra

setDumpExtra

public final void setDumpExtra(int dumpExtra)
The setDumpExtra public method sets the dumpExtra field of this class.

Parameters:
dumpExtra - the dumpExtra to set.