Joe Stanley
Joe Stanley
This will be a good place to expand functionality to support thermal circuit analysis and more.
## Request: Remove use of the `exec` function in the `electricpy.sim` module: * https://github.com/engineerjoe440/ElectricPy/blob/2da3a350a5cabe3663d276cacacdd4fdac56ef10/electricpy/sim.py#L1041 * https://github.com/engineerjoe440/ElectricPy/blob/2da3a350a5cabe3663d276cacacdd4fdac56ef10/electricpy/sim.py#L1044 ```python tempQstr += ")" if any(P_strgs[ii:i]): if verbose: print("Full P-Func Str:",tempPstr) exec(tempPstr) if any(Q_strgs[ii:i]):...
I was bumming around after a handful of other errors, and thus I tried commenting out the `image` and uncommenting the `build:` in the libretime-core section. Ended up running into...
Tried listing modules in Python 3.8 recently, came across this issue... ``` >>> help("modules") Please wait a moment while I gather a list of all available modules... Warning (from warnings...
There's got to be a way to support this syntax: ```python import numpy as np import electricpy as ep x = np.arrange(0, 720, 1) v = ep.phasor(1, 178 + x)...
This project was born of my laziness... In college, I was interested in creating a couple Python modules to help me retain all of the formulas and functions I accumulated....
Some time ago... :clock1: I wrote a little [utility script](https://github.com/engineerjoe440/UIdaho_Presentations/blob/main/Presentations/Scripts/Figure%20Generation/deadband_example.py) that helps to visualize what a "deadband" really *means* for analog metered quantities (most commonly in reference to PLC logic,...
Looks like `blark` isn't liking "repeated" variable declarations using a structured type. I just added a test case for this on [this branch](https://github.com/klauer/blark/tree/repeated-structured-type-declaration-fails-to-parse). Hope that I'll get a chance to...
System Information: Container Host: Ubuntu `20.04.4` Docker Version: `20.10.16` ``` *** Starting uWSGI 2.0.20 (64bit) on [Sat May 28 01:45:54 2022] *** compiled with version: 10.2.1 20210110 on 27 May...