EasyManua.ls Logo

Keysight Technologies J-BERT M8020A - Page 73

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...
Keysight M8070A Programming Guide 73
Programming Examples 3
public override List<string> setPJAmp(double PJAmp)
// M8020A - checked
{
string strValue = "";
string unit = "";
double amp = 0.0;
if (m_PG_channel == "'MUX'")
PJAmp /= 2.0;
if ((this.getPJAmpMax() > PJAmp) && (this.getPJAmpMin() <= PJAmp))
amp = PJAmp;
else
amp = this.getPJAmp();
amp = Math.Round(amp, 3);
strValue = amp.ToString();
unit = this.Query(":SOUR:JITT:HFR:UNIT? " + m_PG_channel);
this.Send(":SOUR:JITT:HFR:UNIT " + m_PG_channel + ",UINT");
this.Send(":SOUR:JITT:HFR:PER1:AMPL " + m_PG_channel + "," + strValue);
return this.Send(":SOUR:JITT:HFR:UNIT " + m_PG_channel + "," + unit);
}
#endregion

Table of Contents

Other manuals for Keysight Technologies J-BERT M8020A

Related product manuals