Read all skrf objects in a directory
Attempts to load all files in dir, using read(). Any file that is not readable by skrf is skipped. Optionally, simple filtering can be achieved through the use of contains argument.
Parameters : | dir : str, optional
contains : str, optional
f_unit : [‘hz’,’khz’,’mhz’,’ghz’,’thz’]
|
---|---|
Returns : | out : dictionary
|
See also
Examples
>>> rf.read_all('skrf/data/')
{'delay_short': 1-Port Network: 'delay_short', 75-110 GHz, 201 pts, z0=[ 50.+0.j],
'line': 2-Port Network: 'line', 75-110 GHz, 201 pts, z0=[ 50.+0.j 50.+0.j],
'ntwk1': 2-Port Network: 'ntwk1', 1-10 GHz, 91 pts, z0=[ 50.+0.j 50.+0.j],
'one_port': one port Calibration: 'one_port', 500-750 GHz, 201 pts, 4-ideals/4-measured,
...