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 #291 background imageLoading...
Page #291 background image
291
Chapter 6 Application Programs
Example: Microsoft Visual C++ for Windows
4
6
//
// Download a 20 point Arbitrary waveform using ASCII.
//
printf ("Download a 20 point Arbitrary waveform using ASCII\n");
// Download 20 point waveform
{
double Real_array[20];
Fill_array(Real_array);
IWritePtr pWrite = IOObj->Write();
pWrite->Command ("data volatile, ", VARIANT_FALSE); // Command into buffer
for (int i = 0; i < 20; i++)
pWrite->PutArgument(i, Real_array[i]); // Comma separated list to buffer
pWrite->Send (); // Send buffer to the instrument
}
IOObj->Output("func:user volatile"); // Select downloaded waveform
IOObj->Output("apply:user 10e3,1,0"); // Output waveform: 10kHz, 1Vpp
Check_Errors(IOObj); // Routine check for errors
Pause();
//
// Download a 6 point arbitrary waveform using Binary.
//
printf ("Download a 6 point Arbitrary waveform using Binary\n");
long Len;
_variant_t DataArray = "2047,-2047,2047,2047,-2047,-2047";
SAFEARRAY *pBlock;
// Create SCPI command with Binary block appended on end
Len = IOUtils->CreateIEEEBlock(DataArray, IIOUtils_Short, IIOUtils_BigEndian,
_variant_t("data:dac volatile, "), &pBlock);
IOObj->WriteBytes(Len, &pBlock); // Send command and data
SleepEx(100, 0); // Wait 100msec for interface
// (for RS-232 only)
IOObj->Output("apply:user 5000,1,0"); // Output waveform: 5kHz, 1Vpp
Check_Errors(IOObj); // Routine check for errors
Pause();
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