Skip to content

Commit

Permalink
Update ZVL13.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astafan8 authored Jul 12, 2022
1 parent 2182ad7 commit db3001f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qcodes_contrib_drivers/drivers/RohdeSchwarz/ZVL13.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ def _set_rf_power(self, val: int) -> None:
def _get_format(self, tracename: str) -> str:
return self.ask("CALC:FORM?")

def _strip(var: str) -> str:
return var.rstrip()[1:-1]

def _form(self, msg:str) -> None:
if msg == 'phase':
self.write('CALC:FORM PHAS')
Expand Down

0 comments on commit db3001f

Please sign in to comment.