Hello everyone,
To my understanding, in nazca you can specify the length and width of every cell. So i tried to do the following:
demo.phase_shifter(length=150, width=50).put()
Which returned an error:
…python3.7/site-packages/nazca/bb_util.py”, line 288, in wrapper
cell_new = cellfunc(*args, **kwargs)
TypeError: phase_shifter() got an unexpected keyword argument ‘width’
The reason i want to speficy its width is that it is too wide and would take up too much space in the design with that width, while it can be reduced a lot. Is there a fix for this?