EasyManuals Logo

Keysight Technologies J-BERT M8020A User Manual

Keysight Technologies J-BERT M8020A
502 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #66 background imageLoading...
Page #66 background image
66 Keysight M8070A Programming Guide
3 Programming Examples
public override double getSJAmp()
// M8020A
{
string retString = "";
string unit = "";
double val = 0.0;
unit = this.Query(":SOUR:JITT:LFR:UNIT? " + m_PG_channel);
this.Send(":SOUR:JITT:LFR:UNIT " + m_PG_channel + ",UINT");
retString = this.Query(":SOUR:JITT:LFR:PER:AMPL? " + m_PG_channel);
this.Send(":SOUR:JITT:LFR:UNIT " + m_PG_channel + "," + unit);
val = double.Parse(retString);
return val;
}
public override double getSJAmpMax()
// M8020A
{
string retString = "";
string unit = "";
double val = 0.0;
unit = this.Query(":SOUR:JITT:LFR:UNIT? " + m_PG_channel);
this.Send(":SOUR:JITT:LFR:UNIT " + m_PG_channel + ",UINT");
retString = this.Query(":SOUR:JITT:LFR:PER:AMPL? " + m_PG_channel + ",MAX");
this.Send(":SOUR:JITT:LFR:UNIT " + m_PG_channel + "," + unit);
val = double.Parse(retString);
return val;
}

Table of Contents

Other manuals for Keysight Technologies J-BERT M8020A

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keysight Technologies J-BERT M8020A and is the answer not in the manual?

Keysight Technologies J-BERT M8020A Specifications

General IconGeneral
BrandKeysight Technologies
ModelJ-BERT M8020A
CategoryControl Unit
LanguageEnglish

Related product manuals