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]