skrf.network.Network.nudge

Network.nudge(amount=1e-12)[source]

Perturb s-parameters by small amount.

This is useful to work-around numerical bugs.

Parameters:

amount (float) – amount to add to s parameters

Returns:

ntwk – Resulting renumbered Network

Return type:

Network object

Note

This function is:

self.s = self.s + amount