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
-
id
: Numéro de l'adresse GPIB de l'instrument visé. id est un
entier compris entre 1 et 32.
-
typ
: Langage GPIB du VNA. type est un entier.
-
S2P
: S parameter in a tlist format (compatible with uW
toolbox)
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