C# Class DAQ.HAL.AnritsuVNA

This class represents a GPIB controlled Anrituso 37247C microwave VNA.
Inheritance: GPIBInstrument
ファイルを表示 Open project: ColdMatter/EDMSuite

Public Methods

Method Description
AnritsuVNA ( String visaAddress ) : System
MagTrace ( int av, int avFactor, int numPoints ) : string
PhaseTrace ( int av, int avFactor, int numPoints ) : string
SWRTrace ( int av, int avFactor, int numPoints ) : string
SetCent ( double centre ) : void
SetSpan ( double span ) : void
SetVNATimeout ( ) : void
SetVNATimeout ( int numChars ) : void
Test ( ) : void
VNALocalControl ( ) : void

Method Details

AnritsuVNA() public method

public AnritsuVNA ( String visaAddress ) : System
visaAddress String
return System

MagTrace() public method

public MagTrace ( int av, int avFactor, int numPoints ) : string
av int
avFactor int
numPoints int
return string

PhaseTrace() public method

public PhaseTrace ( int av, int avFactor, int numPoints ) : string
av int
avFactor int
numPoints int
return string

SWRTrace() public method

public SWRTrace ( int av, int avFactor, int numPoints ) : string
av int
avFactor int
numPoints int
return string

SetCent() public method

public SetCent ( double centre ) : void
centre double
return void

SetSpan() public method

public SetSpan ( double span ) : void
span double
return void

SetVNATimeout() public method

public SetVNATimeout ( ) : void
return void

SetVNATimeout() public method

public SetVNATimeout ( int numChars ) : void
numChars int
return void

Test() public method

public Test ( ) : void
return void

VNALocalControl() public method

public VNALocalControl ( ) : void
return void