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 #70 background imageLoading...
Page #70 background image
70 Keysight M8070A Programming Guide
3 Programming Examples
M8020A PJ Example
#region PJ - as PJ1 implemented for M8020A
public override bool getPJEnabled()
// M80820A - checked
{
string str = "";
str = this.Query(":SOUR:JITT:HFR:PER1:STAT? " + m_PG_channel);
if (str.IndexOf("1") != -1)
return true;
else
return false;
}
public override double getPJFreq()
// M8020A - checked
{
string retString = "";
double val = 0.0;
retString = this.Query(":SOUR:JITT:HFR:PER1:FREQ? " + m_PG_channel);
val = double.Parse(retString);
return val;
}
public override double getPJFreqMax()
// M8020A - checked
{
string retString = "";
double val = 0.0;
retString = this.Query(":SOUR:JITT:HFR:PER1:FREQ? " + m_PG_channel + ",MAX");
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