skrf.calibration.calibration.NISTMultilineTRL.output_from_run

property NISTMultilineTRL.output_from_run

Return any output from the run().

This just returns whats in _output_from_run, and calls run() if that attribute is non-existent. finally, returns None if run() is called, and nothing is in _output_from_run.