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 #76 background imageLoading...
Page #76 background image
76 Keysight M8070A Programming Guide
3 Programming Examples
M8020A Sampling Point Alignment Example
public override string autoAlign()
{
string result = "";
/*
* do
{
result = this.Query(":STATus:OPERation:RUN:EVENt?");
}
while ((int.Parse(result) % 2) == 0);
*/
this.Send(":INP:ALIG:EYE:AUTO " + m_ED_channel);
this.opc();
/*
do
{
result = this.Query(":INP:ALIG:EYE:RES:DEL? " + m_ED_channel);
} while (result == "");
*/
return result;
}
public override string dataCenter()
{
string result = "";
this.Send(":INP:ALIG:EYE:TCEN " + m_ED_channel);
this.opc();
/*
do
{
result = this.Query(":INP:ALIG:EYE:RES:DEL? " + m_ED_channel);
} while (result == "");
*/
return result;
}

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