Skip to content

Commit

Permalink
More PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmucha committed Nov 13, 2024
1 parent e7ef2ce commit 16548f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions basil/HL/iseg_hv.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,18 +475,18 @@ def off(self):
def get_on(self):
return "0" if self.get_module_status()[4] == "1" else "1"

def set_voltage_range(self): # Not implemented
def set_voltage_range(self): # Not implemented
...

def set_current(self): # Not implemented
def set_current(self): # Not implemented
...

def source_current(self): # Not implemented
def source_current(self): # Not implemented
...

def soruce_volt(self): # Not implemented
def soruce_volt(self): # Not implemented
...

@property
def UNIT_NUMBER(self):
return self.identifier().split(";")[0]
Expand All @@ -503,8 +503,8 @@ def V_MAX(self):
def I_MAX(self):
return self.identifier().split(";")[3]

#### BEWLOW DEPRECATED ####

# BEWLOW DEPRECATED
@property
def hv_on(self):
"""
Expand Down

0 comments on commit 16548f3

Please sign in to comment.