Skip to content

Commit

Permalink
MNT #532 discard the value property
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 11, 2022
1 parent c287f4b commit acadeda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apstools/synApps/luascript.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ class LuascriptRecord(EpicsRecordDeviceCommonAll):

inputs = DDC(_inputs(INPUT_LETTERS_LIST))

@property
def value(self):
return self.calculated_value.get()

def reset(self):
"""set all fields to default values"""
pvname = self.description.pvname.split(".")[0]
Expand Down

0 comments on commit acadeda

Please sign in to comment.