RIGOL
Chapter 3
Programming Examples
Programming Guide for DSA1000A series
3-26
Programming Steps
1.
Edit the
DemoForDSA.h
head file and declare a category so as to encapsulate
the operation and nature of the instrument.
#ifndef
DEMO_FOR_DSA_H
#define
DEMO_FOR_DSA_H
#include
<stdio.h>
#include
<string.h>
#include
<stdlib.h>
#include
<iostream>
//#include <syswait.h>
using
namespace
std;
#define
MAX_SEND_BUF_SIZE 50
#define
MAX_REC_SIZE 300
class
DemoForDSA
{
// Construction
public
:
DemoForDSA();
Summary of Contents for DSA1000A Series
Page 1: ...RIGOL Programming Guide DSA1000A Series Spectrum Analyzer May 2011 RIGOL Technologies Inc...
Page 2: ......
Page 14: ......
Page 137: ...Chapter 3 Programming Examples RIGOL Programming Guide for DSA1000A series 3 3...
Page 154: ...RIGOL Chapter 3 Programming Examples Programming Guide for DSA1000A series 3 20 6 Exit code...
Page 158: ...RIGOL Chapter 3 Programming Examples Programming Guide for DSA1000A series 3 24...