diff --git a/documentation/prosilicaDoc.html b/documentation/prosilicaDoc.html
index d8d0a2a..8329fc3 100755
--- a/documentation/prosilicaDoc.html
+++ b/documentation/prosilicaDoc.html
@@ -10,7 +10,7 @@
areaDetector Prosilica driver
- August 9, 2011
+ December 15, 2011
Mark Rivers
@@ -114,6 +114,94 @@
|
Trigger and I/O Control |
+
+ |
+ PSTriggerEvent |
+
+ asynInt32 |
+
+ r/w |
+
+ The edge or level for the selected trigger signal when ADTriggerMode=Sync In 1 to
+ SyncIn 4. Allowed values are:
+ Rising edge
+ Falling edge
+ Any edge
+ High level
+ Low level
+ |
+
+ PS_TRIGGER_EVENT |
+
+ $(P)$(R)TriggerEvent
+ $(P)$(R)TriggerEvent_RBV |
+
+ mbbo
+
+ mbbi |
+
+
+ |
+ PSTriggerDelay |
+
+ asynFloat64 |
+
+ r/w |
+
+ The delay in seconds between the trigger signal and when the frame is actually acquired.
+ Minimum value is 1 microsecond.
+ |
+
+ PS_TRIGGER_DELAY |
+
+ $(P)$(R)TriggerDelay
+ $(P)$(R)TriggerDelay_RBV |
+
+ ao
+
+ ai |
+
+
+ |
+ PSTriggerOverlap |
+
+ asynInt32 |
+
+ r/w |
+
+ Controls the behavior when an external trigger signal arrives before the camera
+ is ready for the next trigger. Allowed values are:
+ Off - the external trigger is ignored
+ Previous frame - the external trigger is latched and triggers the next frame when
+ the current frame completes
+ |
+
+ PS_TRIGGER_OVERLAP |
+
+ $(P)$(R)TriggerOverlap
+ $(P)$(R)TriggerOverlap_RBV |
+
+ mbbo
+
+ mbbi |
+
+
+ |
+ PSTriggerSoftware |
+
+ asynInt32 |
+
+ r/w |
+
+ Processing this record performs a software trigger if ADTriggerMode=Software.
+ |
+
+ PS_TRIGGER_SOFTWARE |
+
+ $(P)$(R)TriggerSoftware |
+
+ bo |
+
|
PSSyncIn1Level |