- OPICS version: 0.3.3
- Python version: 3.7
- Operating System: WS11
I'm encountring an issue using TunableWG from the opics.libraries.ebeam
Here is how I'm using it >
wg2 = circuit.add_component(library.TunableWG, params={"length": 150e-6, "power": power_sweep})
And getting this error >
AttributeError: 'TunableWG' object has no attribute 'componentParameters'
Any suggestion for a solution?