EasyManua.ls Logo

Agilent Technologies 34420A User Manual

Agilent Technologies 34420A
294 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 #237 background imageLoading...
Page #237 background image
... continued
/* Channel 2: Turn null on */
IOOUTPUTS(ADDR, "SENS2:VOLT:DC:NULL ON", 21);
/* Place the null reading into the Null Register. To do this,
suppress the carriage return (CR) and line feed (LF) before
sending the null reading. */
/* First, disable EOI (End-or-Identify) and EOL (End-of-Line) */
IOEOI(ISC, 0);IOEOL(ISC, " ", 0);
/* Send "SENS" header and suppress CR/LF */
IOOUTPUTS(ADDR, "SENS2:VOLT:DC:NULL:VAL ", 23);
/* Re-enable EOI and EOL for normal GPIB operation and send data */
IOEOI(ISC,1);IOEOL(ISC, state, 2);
IOOUTPUT(ADDR, rdg_ch2);
/* Channel 1: Take nulled reading, transfer reading to output buffer,
and print nulled reading */
IOOUTPUTS(ADDR, "ROUT:TERM FRON1", 15);
IOOUTPUTS(ADDR, "READ?", 5);
IOENTER(ADDR, &null_ch1);
printf("Nulled Reading (Chan 1): %f\n", null_ch1);
/* Channel 2: Take nulled reading, transfer reading to output buffer,
and print nulled reading */
IOOUTPUTS(ADDR, "ROUT:TERM FRON2", 15);
IOOUTPUTS(ADDR, "READ?", 5);
IOENTER(ADDR, &null_ch2);
printf("Nulled Reading (Chan 2): %f\n", null_ch2);
/* Call the function to check for errors */
check_error("meter_meas");
}
6
Chapter 6 Application Programs
C Language Programs
237

Table of Contents

Question and Answer IconNeed help?

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

Agilent Technologies 34420A Specifications

General IconGeneral
BrandAgilent Technologies
Model34420A
CategoryMultimeter
LanguageEnglish

Summary

Quick Start Guide for Agilent 34420A

Prepare Agilent 34420A Meter for Use

Steps to verify and prepare the meter for initial operation, including checking supplied items and connecting power.

Front-Panel Operation of Agilent 34420A

Agilent 34420A Features and Functions

Agilent 34420A General Measurement Configuration

Details on configuring general measurement settings like input filters and integration time.

Agilent 34420A Remote Interface Reference

Agilent 34420A SCPI Command Summary

A summary of all SCPI commands available for programming the meter remotely.

Agilent 34420A Remote Programming Sequence

Outlines the seven-step sequence for programming the meter using remote commands.

Agilent 34420A MEASure and CONFigure Commands

Explains how to use MEASure? and CONFigure commands for setting up and performing measurements.

Agilent 34420A Error Messages

Agilent 34420A Execution Error Codes

Lists and explains common execution errors encountered during command string processing.

Agilent 34420A Measurement Tutorial

Agilent 34420A Measurement Error Analysis

Discusses common sources of measurement errors and techniques to minimize them.

Agilent 34420A Specifications

Agilent 34420A Accuracy Specifications

Detailed accuracy specifications for various functions, ranges, and conditions.

Related product manuals