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 #62 background imageLoading...
Page #62 background image
62 Keysight M8070A Programming Guide
3 Programming Examples
SJ Example
N4903B SJ Example
#region SJ
public override bool getSJEnabled()
// SOUR8:SIN?
{
if ((int.Parse(this.Query(":SOUR8:SIN?"))) == 1)
return true;
else
return false;
}
public override double getSJFreq()
// SOUR8:SIN:FREQ?
{
return double.Parse(this.Query(":SOUR8:SIN:FREQ?"));
}
public override double getSJFreqMax()
// SOUR8:SIN:FREQ? MAX
{
return double.Parse(this.Query(":SOUR8:SIN:FREQ? MAX"));
}
public override double getSJFreqMin()
// SOUR8:PER:FREQ? MIN
{
return double.Parse(this.Query(":SOUR8:SIN:FREQ? MIN"));
}
public override List<string> setSJEnabled(bool b)
// SOUR8:SIN 1 ==> ON
// SOUR8:SIN 0 ==> OFF
{
string strValue = "";
if (b) strValue = "1";
else strValue = "0";
return this.Send(":SOUR8:SIN: " + strValue);
}

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