From 0a2b6cb7b7a34eff3fe574b0e96c5e6184bb0448 Mon Sep 17 00:00:00 2001 From: murilobalves Date: Fri, 27 Sep 2024 16:11:58 -0300 Subject: [PATCH] DEVICES.RF.DOC: Update docstrings --- siriuspy/siriuspy/devices/rf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/siriuspy/siriuspy/devices/rf.py b/siriuspy/siriuspy/devices/rf.py index e7f72c79a..a00f5c7f3 100644 --- a/siriuspy/siriuspy/devices/rf.py +++ b/siriuspy/siriuspy/devices/rf.py @@ -1050,27 +1050,27 @@ def power_forward(self): @property def power_cell1(self): - """.""" + """Power on Cell1 in [W].""" return self['Cell1PwrW-Mon'] @property def power_cell2(self): - """.""" + """Power on Cell2 in [W].""" return self['Cell2PwrW-Mon'] @property def power_cell3(self): - """.""" + """Power on Cell3 in [W].""" return self['Cell3PwrW-Mon'] @property def power_cell4(self): - """.""" + """Power on Cell4 in [W].""" return self['Cell4PwrW-Mon'] @property def power_cell5(self): - """.""" + """Power on Cell5 in [W].""" return self['Cell5PwrW-Mon'] @property