Sent And Received Data Functions; Test Event; Table 7-3 Functions For Sending And Receiving Data - Agilent Technologies N9360A Programming Manual

Multi ue tester
Hide thumbs Also See for N9360A:
Table of Contents

Advertisement

Sent and Received Data Functions

Table 7-3 Functions for Sending and Receiving Data

Subroutine Name
ENTER string
OUTPUT command
WAIT string, status

Test Event

N9360A Multi UE Tester W-CDMA Programming Manual
The functions to communicate data between a PC and the Tester
are described in
interface field.
Refer to source code files, cls232c.cls, clsGPIB.cls and
clsEther.cls in the CD-R, for detailed operation. If the GP-IB
interface that is not made by National Instruments Corporation
is used to control the Tester, refer to the manual of the GP-IB
interface card to communicate data.
Capability
Sends a query command the string and receives a status.
Sends the command. (Displays the command after sending the command).
Sends a query command the string and waits until the status becomes the specified
string.
When the Test button is pressed, the program executes the test.
The Visual Basic standard functions are used to initialize, open
and close Ethernet port and RS-232C port. The functions
provided by the GP-IB interface card manufacture is used to
initialize, open and close GP-IB port. In this sample program,
driver software (Niglobal.bas, Vbib-32.bas) provided by
National Instruments Corporation to control the GP-IB
interface card is added to the project.
Outlines of the program are described below.
1
Initialize the interface specified on the Interface field.
2
Execute the Test Function according to the pressed test
button. (Refer to
Function)
3
Close the interface specified on the Interface field.
Table
7-3. The interface is selected on the
Automatic Test Function
7
Sample Program
to
TX Analyzer
7-5

Advertisement

Table of Contents
loading

Table of Contents