EasyManua.ls Logo

Agilent Technologies N9310A User Manual

Agilent Technologies N9310A
188 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 #164 background imageLoading...
Page #164 background image
158 N9310A User’s Guide
6 Subsystem Command Reference
Example 3 - Generating an AM Signal
Assume you wish to generate an AM signal, with the
following characters:
AM depth = 80 %
•AM rate = 10 kHz
AM source = internal source
•CW. frequency = 1 GHz
CW. amplitude = –10 dBm
***************************************************
/* Setup N9310A to generate an AM wave. */
int main(void)
{
status = viOpenDefaultRM (&defaultRM);
if (status != VI_SUCCESS) return 1;
status = viOpen (defaultRM,
“USB0::2391::8216::0115000001::0::INSTR”, VI_NULL,
VI_NULL, &INST_N9310A);
if (status != VI_SUCCESS) return 1;
/* Configure the carrier. */
status = viWrite (inst_N9310A, “*RST\n”,
StringLength(“*RST\n”), &rcount);
status = viWrite (inst_N9310A, “FREQ:CW 1 GHz\n”,
StringLength(“FREQ:CW 1 GHz\n”), &rcount);
status = viWrite (inst_N9310A, “AMPL:CW 10 dBm\n”,
StringLength(“AMPL:CW 10 dBm\n”), &rcount);
/* Configure the AM. */
status = viWrite (inst_N9310A, “AM:DEPT 80\n”,
StringLength(“AM:DEPT 80\n”), &rcount);
status = viWrite (inst_N9310A, “AM:RATE 10 kHz\n”,
StringLength(“AM:RATE 10 kHz\n”), &rcount);
/* Enable AM and RF output. */
status = viWrite (inst_N9310A, “AM:STAT ON\n”,
StringLength(“AM:STAT ON\n”), &rcount);

Table of Contents

Other manuals for Agilent Technologies N9310A

Question and Answer IconNeed help?

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

Agilent Technologies N9310A Specifications

General IconGeneral
BrandAgilent Technologies
ModelN9310A
CategoryTest Equipment
LanguageEnglish

Summary

Overview of Agilent N9310A RF Signal Generator

Agilent N9310A At a Glance

Provides a summary of the Agilent N9310A RF Signal Generator's general purpose applications.

Front Panel Overview

Details the front panel layout and functions of the Agilent N9310A RF Signal Generator.

Getting Started with the Signal Generator

Safety Notices and Precautions

Important warnings and cautions to ensure personal and instrumental safety before operating the device.

Power On and Check Procedure

Step-by-step guide for powering on the signal generator and performing initial checks.

Using Signal Generator Functions

Generating a CW Signal

Procedure for generating a Continuous Wave (CW) signal by setting frequency and amplitude.

Generating a Step Swept Signal

Guide to configuring and generating step swept signals in RF, LF, or amplitude modes.

Generating a Modulated Signal

Instructions for preparing and generating AM, FM, Phase, and Pulse modulated signals.

Programming Fundamentals

Getting Started with SCPI Programming

Introduction to SCPI (Standard Commands for Programmable Instruments) language.

Instrument Messages and Error Handling

Command Errors

Lists and explains specific command errors encountered during operation.

Related product manuals