Arbitrary Commands - R&S NGE100B User Manual

Hide thumbs Also See for NGE100B:
Table of Contents

Advertisement

®
R&S
NGE100B

7.5.1 Arbitrary commands

The ARBitrary subsystem contains the commands for configuring an arbitrary
sequence for the output channels.
Example: Configuring an arbitrary sequence
This programming example generates an arbitrary sequence for a selected channel.
The sequence starts at 1 V and 1 A for 1 sec, and both values are incremented each
second by 1. The generated arbitrary waveform is transferred to Ch 1. When activated,
the R&S NGE100B provides the arbitrary waveform at the output of the selected chan-
nel, and repeats it 10 times.
// ************************************************
// Define and start the EasyArb sequence
// ************************************************
// selects channel 1
INST OUT1
// defines the sequence, i.e. starting at 1V, 1A for 1sec,
// and increments the voltage and current each second by 1
ARB:DATA "1,1,1,0,2,2,1,0,3,3,1,0"
// sets the repetition rate
ARB:REP 10
// ARB:REP? queries the set number of repetitions
// ARB:POIN? queries the number of arbitrary points of EasyArb waveform
// Enable the arbitrary sequence
ARB 1
// starts the sequence in channel 1
// ARB 0 stops the sequence in the selected channel
// turns on the output
OUTP ON
// ************************************************
// Save and recall an arbitrary sequence
// ************************************************
// saves the sequence into the internal memory, e.g. M1
ARB:SAV 1
// recalls a previously saved sequence from the internal memory
ARB:RCL 1
// atarts the previous transferred EasyArb waveform in channel 1
ARB:START
// atops the EasyArb waveform in channel 1 if EasyArb is running
ARB:STOP
// clears the arbitrary table data for the selected channel
ARB:CLEAR
ARBitrary:CLEar
This command clears the previous defined arbitrary waveform data for channel 1.
Usage:
User Manual 5601.1343.02 ─ 09
Event
Remote control commands
Advanced operating commands
94

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nge102bNge103b

Table of Contents