mwavepy.touchstone.touchstone.get_sparameter_arrays

touchstone.get_sparameter_arrays()

returns the sparameters as a tuple of arrays, where the first element is the frequency vector (in Hz) and the s-parameters are a 3d numpy array. The values of the sparameters are complex number. usage:

f,a = self.sgetparameter_arrays() s11 = a[:,0,0]

Previous topic

mwavepy.touchstone.touchstone.get_noise_names

Next topic

mwavepy.touchstone.touchstone.get_sparameter_data

This Page