Trace.to_network¶
Convert trace to a scikit-rf Network object.
Requires the optional rf extra::
pip install cloudsprite[rf]
Requires y_unit == "dB" (magnitude). Raises ValidationError otherwise because the dB-to-linear conversion (10^(y/20)) would produce incorrect results for other units (linear, phase, etc.).
Signature¶
to_network() -> Any
Return shape¶
Any
Permission¶
This is a local SDK helper. It does not call the CloudSprite HTTP API.
Usage¶
trace.to_network()