Skip to content

Commit a3f711b

Browse files
authored
docs: fix typo in TLPMX.py function description (#38)
1 parent 03f2d71 commit a3f711b

File tree

1 file changed

+1
-1
lines changed
  • Python/Thorlabs PMxxx Power Meters/TLPMX_dll

1 file changed

+1
-1
lines changed

Python/Thorlabs PMxxx Power Meters/TLPMX_dll/TLPMX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,7 @@ def getPowerAutorange(self, powerAutorangeMode, channel):
23522352
23532353
Return values:
23542354
TLPM_AUTORANGE_POWER_OFF (0): power auto range disabled
2355-
TLPM_AUTORANGE_POWER_ON (0): power auto range enabled
2355+
TLPM_AUTORANGE_POWER_ON (1): power auto range enabled
23562356
23572357
channel(c_uint16) : Number of the sensor channel.
23582358

0 commit comments

Comments
 (0)