Skip to content

Commit

Permalink
Remove erroneous variable type information.
Browse files Browse the repository at this point in the history
Even though the shutter open and close delay times are related to the
shutter mode, that isn't their type.
  • Loading branch information
ericonr committed Apr 1, 2024
1 parent 7471632 commit 277eb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ADCore/ADDriver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,14 @@ possible.
* - ADShutterOpenDelay
- asynFloat64
- r/w
- Time required for the shutter to actually open (ADShutterStatus_t)
- Time required for the shutter to actually open
- SHUTTER_OPEN_DELAY
- $(P)$(R)ShutterOpenDelay, $(P)$(R)ShutterOpenDelay_RBV
- ao, ai
* - ADShutterCloseDelay
- asynFloat64
- r/w
- Time required for the shutter to actually close (ADShutterStatus_t)
- Time required for the shutter to actually close
- SHUTTER_CLOSE_DELAY
- $(P)$(R)ShutterCloseDelay, $(P)$(R)ShutterCloseDelay_RBV
- ao, ai

0 comments on commit 277eb8b

Please sign in to comment.