Skip to content

Commit

Permalink
Renamed device class from VFV to VCN_OpenLoop
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue Zamudio committed Sep 26, 2024
1 parent 79e8025 commit 408bd92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
848 create new VFV device class
848 create new VCN_OpenLoop device class
#################

API Breaks
Expand All @@ -15,8 +15,8 @@ Device Features

New Devices
-----------
- VFV: similar to VCN w/ the removal of 'open' and 'position_readback'
commands. The 'state' member vairable has been renamed to 'control_mode' and
- VCN_OpenLoop: similar to VCN w/ the removal of 'open' and 'position_readback'
commands. The 'state' member variable has been renamed to 'control_mode' and
the associated doc string was been updated.

Bugfixes
Expand Down
5 changes: 3 additions & 2 deletions pcdsdevices/valve.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,10 +860,11 @@ class VCN_VAT590(BaseInterface, Device):
status = Cpt(VCN_VAT590_Status, '',)


class VFV(Device):
class VCN_OpenLoop(Device):
"""
VFV = Variable Frequency Valves
VCN = Variable Controlled Needle
VCN w/ open loop control
It corresponds to ST_VCN in the lcls-twincat-vacuum library.
"""
position_control = Cpt(
Expand Down

0 comments on commit 408bd92

Please sign in to comment.