The default port for the `EllBase` class is zero: https://github.com/pcdshub/pcdsdevices/blob/9f6e5ee1c98db61d20f8f1c4c2aa998bde3d3556/pcdsdevices/lasers/elliptec.py#L57 But recently we updated the IOC to make the default port 15 instead. The pcdsdevices class should be updated to reflect this.
The default port for the
EllBaseclass is zero:pcdsdevices/pcdsdevices/lasers/elliptec.py
Line 57 in 9f6e5ee
But recently we updated the IOC to make the default port 15 instead.
The pcdsdevices class should be updated to reflect this.