Skip to content

Commit c66fcac

Browse files
committed
Remove incorrectly added print statements
1 parent 86b5850 commit c66fcac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pslab/instrument/power_supply.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class PowerSupply:
2222
2323
An instance of PowerSupply controls three programmable voltage sources on
2424
pins PV1, PV2, and PV3, as well as a programmable current source on pin
25-
PCS. The voltage/current on each source can be set via the voltage/current
26-
properties of each source.
25+
PCS.
2726
2827
Parameters
2928
----------
@@ -52,10 +51,8 @@ def __init__(self, device: SerialHandler = None):
5251
def _set_power(self, channel, output):
5352
self._device.send_byte(CP.DAC)
5453
self._device.send_byte(CP.SET_POWER)
55-
print(channel)
5654
self._device.send_byte(channel)
5755
self._device.send_int(output)
58-
print(output)
5956
return self._device.get_ack()
6057

6158
@staticmethod

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy