skrf.network
skrf.frequency
skrf.networkSet
skrf.plotting
skrf.taper
skrf.calibration.calibration
skrf.vi
skrf.vectorFitting
skrf.time
skrf.circuit
skrf.media.device
skrf.mathFunctions
skrf.tlineFunctions
skrf.instances
skrf.constants
skrf.data
skrf.util
skrf.io.touchstone
skrf.io.general
skrf.io.csv
Encode the given object and yield each string representation as available.
For example:
for chunk in JSONEncoder().iterencode(bigobject): mysocket.write(chunk)