Name

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

  • This function extract a S2P from a mps filename and the desired index (3 capitals letters).

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

uW_S2P_read

Authors

Tibault Reveyrand

www.reveyrand.fr