skrf.io.general.from_json_string

skrf.io.general.from_json_string(obj_string)[source]

Loads network object from JSON string representation.

Parameters:

obj_string (str) – JSON string representation of a network object.

Returns:

ntwk – A Network object, rebuilt from JSON.

Return type:

Network object