EasyManua.ls Logo

Keysight Technologies J-BERT M8020A

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
Loading...
64 Keysight M8070A Programming Guide
3 Programming Examples
M8020A SJ Example
#region SJ - implemented for M8020A
public override bool getSJEnabled()
// M8020A
{
string str = "";
str = this.Query(":SOUR:JITT:LFR:PER:STAT? " + m_PG_channel);
if (str.IndexOf("1") != -1)
return true;
else
return false;
}
public override double getSJFreq()
// M8020A
{
string retString = "";
double val = 0.0;
retString = this.Query(":SOUR:JITT:LFR:PER:FREQ? " + m_PG_channel);
val = double.Parse(retString);
return val;
}
public override double getSJFreqMax()
// M8020A
{
string retString = "";
double val = 0.0;
retString = this.Query(":SOUR:JITT:LFR:PER:FREQ? " + m_PG_channel + ",MAX");
val = double.Parse(retString);
return val;
}

Table of Contents

Other manuals for Keysight Technologies J-BERT M8020A

Related product manuals