diff --git a/documentation/andorDoc.html b/documentation/andorDoc.html
index 6a9bbd1..a9ad5b2 100755
--- a/documentation/andorDoc.html
+++ b/documentation/andorDoc.html
@@ -48,11 +48,12 @@
Support for all of the Andor shutter modes
Support for reading the detectors with 16-bit or 32-bit depth
Saving files using the Andor SDK and/or with the standard areaDetector plugins
- Change the ADC sampling speed (0.05MHz and 2.5MHz on the iKon)
+ Change the ADC sampling speed (0.05MHz and 2.5MHz on the iKon) and the Vertical Shift Period
Set a region of interest (a smaller region can be read out faster)
Set and monitor the CCD temperature
Electron Multiplying (EM) Gain on supported detectors
Support for selecting between Full Vertical Binning (FVB) and Image readout modes
+ Support for Frame Transfer mode
The Andor module includes a separate driver to control the Andor Shamrock spectrographs.
@@ -716,6 +717,56 @@
mbbo
mbbi
+
+ |
+ AndorFTMode |
+
+ asynInt32 |
+
+ R/W |
+
+ Set Frame Transfer mode. Choices are:
+
+ Note: Only available on supported CCDs.
+ |
+
+ ANDOR_FT_MODE |
+
+ AndorFTMode
+ AndorFTMode_RBV |
+
+ bo
+ bi |
+
+
+ |
+ AndorVSPeriod |
+
+ asynInt32 |
+
+ R/W |
+
+ Sets Vetical Shift Period, in units of microseconds per pixel shift.
+ Choices are constructed at runtime. For example, the choices for an iDus are:
+
+ - 4.25 us
+ - 8.25 us
+ - 16.25 us
+ - 32.25 us
+ - 64.25 us
+
+ |
+ ANDOR_VS_PERIOD |
+
+ AndorVSPeriod
+ AndorVSPeriod_RBV |
+
+ mbbo
+ mbbi |
+