sohail chatoor
sohail chatoor
@spauka Thank you for your comments. I think a lot of your comments stem from my misunderstanding of what a `port` and `channel` is. They are *not* the same thing....
@spauka I think there is a bit of a mis understanding (sorry for that). I never intended to make two different version of the base driver. The "N52xx_new" is something...
@spauka can we have another look at this? Specifically, look at https://github.com/sohailc/Qcodes/blob/doc/PNA_N5222B_example/docs/examples/driver_examples/Qcodes_example_with_Keysight_Network_Analyzer.ipynb I show that the functionality and the interface of the re-written driver is mostly the same as the...
There is one benefit of having functions: It creates a clear interface which will greatly aid when attempting to mock drivers. If we have a list of all functions which...