Programming Examples; Introduction; Initializing The Connection; N4903B Initialization - Keysight Technologies J-BERT M8020A Programming Manual

M8000 series of ber test solutions
Hide thumbs Also See for J-BERT M8020A:
Table of Contents

Advertisement

3

Programming Examples

Introduction

Initializing the Connection

N4903B Initialization

60
This chapter provides programming examples for setting up some of the
most common functions including:
Initialization
SJ
PJ
Sampling point alignment
BER
If you have programmed the N4903B, examples are provided for
comparison to the M8020A. This will facilitate code conversion from the
N4903B to the M8020A.
The ResourceName ("TCPIP1::10.0.0.207::inst0::INSTR") must be replaced
by the instrument's address string from the VISA Assistant.
' First our declarations...
Private myN490X As AgilentN490x
Private myBERT As AgilentBert
Private myPG As AgilentBertLib.IAgilentBertPG
Private myPGClock As AgilentBertLib.IAgilentBertPGClock
Private myPGOut As AgilentBertLib.IAgilentBertPGOutput
Private myEDDataIn As AgilentBertLib.IAgilentBertEDDataIn
Private Sub Form_Load()
Set myN490X = New AgilentN490x
Set myBERT = myN490x.IAgilentBert
myBERT.Initialize ("TCPIP1::10.0.0.207::inst0::INSTR",
True, True,"QueryInstrStatus=true")
End Sub
Private Sub Form_Unload(Cancel As Integer)
myBERT.Close
End Sub
Keysight M8070A Programming Guide

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

J-bert m8030aJ-bert m8040a

Table of Contents