We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43690a commit dcfc375Copy full SHA for dcfc375
epamodule.py
@@ -532,7 +532,7 @@ def ENsetoption( optioncode, value):
532
EN_EMITEXPON
533
EN_DEMANDMULT
534
value: option value"""
535
- ierr= _lib.ENsetoption(ctypes.c_int(paramcode), ctypes.c_float(value))
+ ierr= _lib.ENsetoption(ctypes.c_int(optioncode), ctypes.c_float(value))
536
if ierr!=0: raise ENtoolkitError(ierr)
537
538
0 commit comments