<< uW_MES_select_network MES files S2P files >>

Microwave Toolbox >> MES files > uW_MPS_read

uW_MPS_read

read a S2P from a multiple S parameter file (MPS)

Calling Sequence

S = uW_MPS_read(filename,index)

Parameters

filename

String. Path of the mps file.

index

String. Index of the required S2P within the mps file.

S

S parameter object extracted from the mps file.

Description

Examples

mps_filename=SCI+"/contrib/uW/example/S2P/data.mps";
mps_index="AN0";
S=uW_MPS_read(mps_filename,mps_index);
uW_S2P_display(S);

See Also

Authors

Tibault Reveyrand

www.reveyrand.fr


Report an issue
<< uW_MES_select_network MES files S2P files >>