C# 클래스 DAQ.HAL.AnritsuVNA

This class represents a GPIB controlled Anrituso 37247C microwave VNA.
상속: GPIBInstrument
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

공개 메소드들

메소드 설명
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

메소드 상세

AnritsuVNA() 공개 메소드

public AnritsuVNA ( String visaAddress ) : System
visaAddress String
리턴 System

MagTrace() 공개 메소드

public MagTrace ( int av, int avFactor, int numPoints ) : string
av int
avFactor int
numPoints int
리턴 string

PhaseTrace() 공개 메소드

public PhaseTrace ( int av, int avFactor, int numPoints ) : string
av int
avFactor int
numPoints int
리턴 string

SWRTrace() 공개 메소드

public SWRTrace ( int av, int avFactor, int numPoints ) : string
av int
avFactor int
numPoints int
리턴 string

SetCent() 공개 메소드

public SetCent ( double centre ) : void
centre double
리턴 void

SetSpan() 공개 메소드

public SetSpan ( double span ) : void
span double
리턴 void

SetVNATimeout() 공개 메소드

public SetVNATimeout ( ) : void
리턴 void

SetVNATimeout() 공개 메소드

public SetVNATimeout ( int numChars ) : void
numChars int
리턴 void

Test() 공개 메소드

public Test ( ) : void
리턴 void

VNALocalControl() 공개 메소드

public VNALocalControl ( ) : void
리턴 void