Scilab Function
Last update : 03/09/2009

GPIB_get_S2P - Get S parameters from a calibrated VNA.

Calling Sequence

S2P = GPIB_get_S2P(id,typ)

Parameters

Description

type : Langage GPIB du wattmètre. Actuellement, 1 types d'instrutions est prise en charge :

Anritsu 37000 => type = 1

Examples

S2P=GPIB_VNA_get_S2P(6,1);     // Récupère les [S] depuis Anritsu 37000
uW_S2P_display(S2P);                 // Affichage
uW_S2P_write(S2P,"c:\fichier.s2p","")
  

See Also

,  

Authors

Tibault Reveyrand- www.microwave.fr

Bibliography

Used Function