Skip to content

Commit

Permalink
DEVICES.RF.DOC: Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
murilobalves committed Sep 27, 2024
1 parent 2872877 commit 0a2b6cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions siriuspy/siriuspy/devices/rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2b6cb

Please sign in to comment.