EasyManua.ls Logo

Agilent Technologies 33250A User Manual

Agilent Technologies 33250A
336 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 #285 background imageLoading...
Page #285 background image
285
Chapter 6 Application Programs
Example: Microsoft Visual Basic for Windows
4
6
’ Using the Status Registers
Arb.Output "apply:sin 10e3,1,0" ’ 10kHz Sine wave; 1Vpp
Arb.Output "trig:sour bus" ’ Bus Trigger in Burst
Arb.Output "burst:ncycles 50000" ’ 50000 cycles x 0.1ms = 5s
Arb.Output "burst:stat on" ’ Turn ON burst mode
Arb.Output "*ese 1" ’ Operation complete enabled
Arb.Output "*sre 32" ’ Operation complete sets SRQ
Check_Errors ’ Routine checks for errors
Arb.Output "*trg;*opc" ’ Trigger burst
’ *OPC signals end of *TRG
Dim Stats As Integer ’ Variable to store status
Dim Done As Boolean ’ Controls While loop
Done = False
While Not Done
Arb.Output "*stb?" ’ Request status byte
Arb.Enter Stats ’ Read status byte
If Stats And 64 Then ’ Test Master Summary bit
Done = True
End If
Wend
MsgBox "Done", vbOKOnly, "33250A "
cmdStart.Enabled = True
End Sub
Private Sub Form_Load()
Dim IdStr As String
m_Count = 1
Arb.Output "*IDN?" ’ Query instrument information
Arb.Enter IdStr ’ Read result into IdStr
Caption = IdStr ’ Make that data the message on box
End Sub
Sub Check_Errors()
Dim ErrVal(0 To 1)
With Arb
.Output "syst:err?" ’ Query any errors data
.Enter ErrVal ’ Read: Errnum,"Error String"
While ErrVal(0) <> 0 ’ End if find: 0,"No Error"
lstErrors.AddItem ErrVal(0) & "," & ErrVal(1) ’ Display errors
lstErrors.Refresh ’ Update the box
.Output "SYST:ERR?" ’ Request error message
.Enter ErrVal ’ Read error message
Wend
End With
End Sub
Continued...

Table of Contents

Other manuals for Agilent Technologies 33250A

Question and Answer IconNeed help?

Do you have a question about the Agilent Technologies 33250A and is the answer not in the manual?

Agilent Technologies 33250A Specifications

General IconGeneral
Frequency Range1 µHz to 80 MHz
Amplitude Range10 mVpp to 10 Vpp into 50 Ω
Output Impedance50 Ω
Modulation TypesAM, FM, PM, FSK, PWM
Sweep ModesLinear, Logarithmic
Function Generator TypeArbitrary
WaveformsSine, Square, Ramp, Triangle, Noise, Arbitrary
InterfaceGPIB, USB

Summary

The Front Panel at a Glance

Front Panel Controls Overview

Identification and description of front panel keys and controls.

Front-Panel Number Entry

The Rear Panel at a Glance

Rear Panel Connectors and Terminals

Identification and function of rear panel connectors and terminals.

Quick Start

To Prepare the Function Generator for Use

Initial setup steps and item verification.

To Set the Output Frequency

Procedure for configuring the output frequency.

To Set the Output Amplitude

Procedure for configuring the output amplitude.

To Set a DC Offset Voltage

Procedure for setting the DC offset voltage.

Front-Panel Menu Operation

To Configure the Remote Interface

Steps to set up GPIB or RS-232 communication.

Features and Functions

Output Configuration

Information on configuring output parameters like function, frequency, and amplitude.

Arbitrary Waveforms

Information on creating, storing, and outputting arbitrary waveforms.

Remote Interface Configuration

Configuration of GPIB and RS-232 interfaces.

Remote Interface Reference

SCPI Command Summary

Comprehensive list and syntax of SCPI commands.

Output Configuration Commands

SCPI commands for controlling output parameters.

Arbitrary Waveform Commands

SCPI commands for downloading and managing arbitrary waveforms.

Error Messages

Command Errors

List and explanation of errors related to invalid commands.

Execution Errors

List and explanation of errors during command execution.

Specifications

FREQUENCY CHARACTERISTICS

Frequency ranges and accuracy for different waveform types.

OUTPUT CHARACTERISTICS

Specifications for amplitude, flatness, units, and impedance.

Related product manuals