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 #74 background imageLoading...
Page #74 background image
74 Keysight M8070A Programming Guide
3 Programming Examples
Sampling Point Alignment Example
N4903B Sampling Point Alignment Example
public bool checkN900()
{
return m_N4900;
}
# region Sampling Point Alignment
public override string autoAlign()
{
string result = "";
this.Send(":SENS1:EYE:ALIGN:AUTO 1");
this.opc();
do
{
result = this.Query(":SENS1:EYE:ALIGN:AUTO?");
} while ((result != "CS_ABORTED") && (result != "CS_FAILED") && (result != "CS_SUCCESSFUL"));
return result;
}
public override string dataCenter()
{
string result = "";
this.Send(":SENS1:EYE:TCEN 1");
this.opc();
do
{
result = this.Query(":SENS1:EYE:ALIGN:AUTO?");
} while ((result != "CS_ABORTED") && (result != "CS_FAILED") && (result != "CS_SUCCESSFUL"));
return result;
}
public override string thresholdCenter()
{
string result = "";
this.Send(":SENS1:EYE:ACEN 1");
this.opc();
do
{
result = this.Query(":SENS1:EYE:ALIGN:AUTO?");
} while ((result == "CS_ABORTED") || (result == "CS_FAILED") || (result == "CS_SUCCESSFUL"));
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