Skip to content

Commit

Permalink
Merge pull request #939 from bluesky/938-CreateDirectory
Browse files Browse the repository at this point in the history
add create_directory signal to standard AD support
  • Loading branch information
danielballan authored Dec 15, 2020
2 parents 7c20442 + 6dcdfad commit 11d5ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ophyd/areadetector/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ class FilePlugin_V21(FilePlugin_V20, version=(2, 1), version_of=FilePlugin):


class FilePlugin_V22(PluginBase_V22, FilePlugin_V21, version=(2, 2), version_of=FilePlugin):
create_directory = Cpt(SignalWithRBV, "CreateDirectory")
create_directory = Cpt(SignalWithRBV, "CreateDirectory", kind="config")
file_number = Cpt(SignalWithRBV, "FileNumber")
file_number_sync = None # REMOVED
file_number_write = None # REMOVED
Expand Down

0 comments on commit 11d5ff5

Please sign in to comment.