AFG1000 Programmer Manual EN 077112901
AFG1000 Programmer Manual EN 077112901
*P077112901*
077-1129-01
AFG1000 Series
Arbitrary Function Generator
Programmer Manual
www.tektronix.com
077-1129-01
Copyright © Tektronix. All rights reserved. Licensed software products are owned by Tektronix or its subsidiaries
or suppliers, and are protected by national copyright laws and international treaty provisions.
Tektronix products are covered by U.S. and foreign patents, issued and pending. Information in this publication
supersedes that in all previously published material. Specifications and price change privileges reserved.
TEKTRONIX and TEK are registered trademarks of Tektronix, Inc.
Contacting Tektronix
Tektronix, Inc.
14150 SW Karl Braun Drive
P.O. Box 500
Beaverton, OR 97077
USA
[SOURce[1|2]]:FM:STATe .................................................................................................................. 33
[SOURce[1|2]]:FREQuency:CENTer................................................................................................... 33
[SOURce[1|2]]:FREQuency:CONCurrent ........................................................................................... 34
[SOURce[1|2]]:FREQuency[:CW|:FIXed] ........................................................................................... 35
[SOURce[1|2]]:FREQuency:MODE .................................................................................................... 36
[SOURce[1|2]]:FREQuency:SPAN ...................................................................................................... 36
[SOURce[1|2]]:FREQuency:STARt ..................................................................................................... 37
[SOURce[1|2]]:FREQuency:STOP ...................................................................................................... 38
[SOURce[1|2]]:FSKey[:FREQuency] .................................................................................................. 39
[SOURce[1|2]]:FSKey:INTernal:RATE............................................................................................... 40
[SOURce[1|2]]:FSKey:SOURce........................................................................................................... 40
[SOURce[1|2]]:FSKey:STATe .............................................................................................................. 41
[SOURce[1|2]]:FUNCtion:EFILe ......................................................................................................... 41
[SOURce[1|2]]:FUNCtion[:SHAPe] .................................................................................................... 42
[SOURce[1|2]]:PHASe[:ADJust] ......................................................................................................... 44
[SOURce[1|2]]:PHASe:INITiate (No Query Form) ............................................................................. 45
[SOURce[1|2]]:PM[:DEViation] .......................................................................................................... 45
[SOURce[1|2]]:PM:INTernal:FREQuency ........................................................................................... 46
[SOURce[1|2]]:PM:INTernal:FUNCtion .............................................................................................. 46
[SOURce[1|2]]:PM:INTernal:FUNCtion:EFILe ................................................................................... 47
[SOURce[1|2]]:PM:SOURce ................................................................................................................ 48
[SOURce[1|2]]:PM:STATe ................................................................................................................... 49
[SOURce[1|2]]:PSKey[:DEViation] ...................................................................................................... 49
[SOURce[1|2]]:PSKey:INTernal:RATE ................................................................................................ 50
[SOURce[1|2]]:PSKey:SOURce............................................................................................................ 51
[SOURce[1|2]]:PSKey:STATe .............................................................................................................. 51
[SOURce[1|2]]:PULSe:DCYCle ........................................................................................................... 52
[SOURce[1|2]]:PWM:INTernal:FREQuency ......................................................................................... 53
[SOURce[1|2]]:PWM:INTernal:FUNCtion............................................................................................ 53
[SOURce[1|2]]:PWM:INTernal:FUNCtion:EFILe................................................................................. 54
[SOURce[1|2]]:PWM:SOURce ............................................................................................................. 55
[SOURce[1|2]]:PWM:STATe ................................................................................................................ 56
[SOURce[1|2]]:PWM[:DEViation]:DCYCle ........................................................................................ 56
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate]:OFFSet ..................................................................... 57
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate][:AMPLitude] ........................................................... 58
SYSTem:ERRor[:NEXT]? (Query Only)............................................................................................... 59
TRACe|DATA:CATalog? (Query Only) ............................................................................................... 59
TRACe|DATA:COPY (No Query Form) .............................................................................................. 60
TRACe|DATA[:DATA]......................................................................................................................... 60
TRACe|DATA[:DATA]:VALue ............................................................................................................ 61
TRACe|DATA:POINts.......................................................................................................................... 62
*TRG (No Query Form) ........................................................................................................................ 62
*WAI (No Query Form) ....................................................................................................................... 63
Command Errors...................................................................................................................................64
Index .....................................................................................................................................................65
USB (type B)
connector
Using TekVISA
TekVISA is Tektronix implementation of VISA (Virtual Instrument Software
Architecture), an industry-standard communication protocol. VISA provides
a common standard for software developers so that software from multiple
vendors, such as instrument drivers, can run on the same platform. TekVISA is
industry-compliant software, available with selected Tektronix instruments.
Use this software to write (or draw) interoperable instrument drivers in a
variety of Application Development Environments (ADEs). It implements a
subset of Version 2.2 of the VISA specification for controlling USB
instrument interface locally.
Installation Use an internet browser to access the Tektronix Web site (www.tektronix.com)
and download the current TekVISA to your PC. Unzip the downloaded file in
a temporary directory of your choice and run Setup.exe.
NOTE: The details on TekVISA concepts and operations are explained in the
TekVISA Programmer Manual that can be also found on the Tektronix Web site.
Commands Commands cause the instrument to perform a specific function or change one of
its settings. Commands have the structure:
[:]<Header>[<Space><Argument>[<Comma><Argument>]...]
Queries Queries cause the instrument to return information about its status or settings.
Queries have the structure:
[:]<Header>?
[:]<Header>?[<Space><Argument>[<Comma><Argument>]...]
Specify a query command at any level within the command tree unless
otherwise noted. These branch queries return information about all the mnemonics
below the specified branch or level.
Query Responses When a query is sent to the instrument, only the values are returned. When the
returned value is a mnemonic, it is noted in abbreviated format.
Creating Commands SCPI commands are created by stringing together the nodes of a subsystem
hierarchy and separating each node by a colon.
To create a SCPI command, start with the root node and move down the tree
structure adding nodes until you reach the end of a branch. Most commands and
some queries have parameters; you must include a value for these parameters. If
you specify a parameter value that is out of range, the parameter will be set to a
default value. The command descriptions, list the valid values for all
parameters.
Creating Queries To create a query, start at the root node of a tree structure, move down to the end of
a branch, and add a question mark.
Query Responses The query causes the instrument to return information about its status or settings.
When a query is sent to the instrument, only the values are returned. When the
returned value is a mnemonic, it is noted in abbreviated format.
Parameter Types Every parameter in the command and query descriptions is of a specified type.
(See Table 3.) The parameters are enclosed in brackets, such as <value>.
The parameter type is listed after the parameter and is enclosed in parentheses,
for example, (boolean). Some parameter types are defined specifically for the
instrument command set and some are defined by SCPI.
Special Characters The Line Feed (LF) character or the New Line (NL) character (ASCII 10), and all
characters in the range of ASCII 127-255 are defined as special characters. These
characters are used in arbitrary block arguments only; using these characters in
other parts of any command yields unpredictable results.
Abbreviating Commands, Abbreviate most SCPI commands, queries, and parameters to an accepted short
Queries, and Parameters form. This manual shows these short forms as a combination of upper and lower
case letters. The upper case letters indicate the accepted short form of a
command. As shown in the following figure, create a short form by using only
the upper case letters. The accepted short form and the long form are equivalent
and request the same action of the instrument.
NOTE: The numeric suffix of a command or query may be included in either the
long form or short form; the instrument will default to "1" if no suffix is used.
Chaining Commands and Chain several commands or queries together into a single message. To create a
Queries chained message, first create a command or query, add a semicolon (;), and then
add more commands or queries and semicolons until the message is complete.
If the command following a semicolon is a root node, precede it with a colon
(:).The single chained message should end in a command or query, not a
semicolon. Responses to any queries in your message are separated by
semicolons.
If a command or query has the same root and lower-level nodes as the previous
command or query, you can omit these nodes.
Unit and SI Prefix If the decimal numeric argument refers to amplitude, frequency, or time, express
it using SI units instead of using the scaled explicit point input value format
<NR3>. (SI units are units that conform to the Systeme International d'Unites
standard.) For example, use the input format 200 mV or 1.0 MHz instead of
200.0E-3 or 1.0E+6, respectively, to specify voltage or frequency.
You can omit a unit in a command, but you must include the unit when using a SI
prefix. For example, frequency of 15 MHz can be described as follows
15.0E6, 1.5E7Hz, 15000000, 15000000Hz, 15MHz, etc.
("15M" is not allowed.)
General rules for using Here are three general rules for using SCPI commands, queries, and parameters:
SCPI commands Use single (‘ ’) or double (“ ”) quotation marks for quoted strings, but you cannot
use both types of quotation marks for the same string.
correct "This string uses quotation marks correctly."
correct ‘This string also uses quotation marks correctly.'
incorrect "This string does not use quotation marks correctly.'
Use upper case, lower case, or a mixture of both cases for all commands, queries,
and parameters.
SOURCE1:FREQUENCY 10MHZ
is the same as
source1:frequency 100mhz
and
SOURCE1:frequency 10MHZ
NOTE: Literal strings (quoted) are case sensitive, for example, file names.
Command and Query The syntax for an IEEE 488.2 common command is an asterisk (*) followed by a
Structure command and, optionally, a space and parameter value. The syntax for an IEEE
488.2 common query is an asterisk (*) followed by a query and a question mark.
All of the common commands and queries are listed in the last part of the Syntax
and Commands section. The following are examples of common commands:
*CLS
The following are examples of common queries
*IDN?
Memory Commands Memory commands let you change setup memory attributes. The following table
lists and describes Memory commands.
Mass Memory Commands Mass Memory commands let you change mass memory attributes. The
following table lists and describes the Mass Memory commands.
Output Commands Output commands let you set output attributes. The following table lists and
describes the Output commands.
Source Commands Source commands let you set waveform output parameters. The following table
lists and describes the Source commands.
Status Commands Status commands let you determine the status of the instrument. The following
table lists and describes the Status commands.
System Commands System commands let you control miscellaneous instrument functions. The
following table lists and describes the System commands.
Synchronization Commands Synchronization commands let you synchronize the operation of the
instrument. The following table lists and describes the Synchronization
commands.
Trace Commands Trace commands let you set the edit memory and user waveform memory. The
following table lists and describes the Trace commands.
Trigger Command Trigger command lets you control the arbitrary function generator triggering.
AFG Control AFG Control command copies setups between two channels.
Arguments CH1|CH2
Group Status
Syntax *CLS
Arguments None
Examples *CLS
Group System
Syntax *IDN?
Arguments None
where:
<Manufacturer>::= TEKTRONIX
<Model>::={AFG1022| AFG1062}
<Serial Number>
<Firmware Level>::=SCPI:99.0 FV:2.0.0
Examples *IDN?
TEKTRONIX,AFG1062,1331030,SCPI:99.0 FV:2.0.0
Syntax MMEMory:CATalog?
Arguments None
Returns <NR1>,<NR1>[,<file_name>,<file_type>,<file_size>]...
where:
The first <NR1> indicates that the total amount of storage currently used, in bytes.
The second <NR1> indicates that the free space of mass storage, in bytes.
<file_name> is the name of directory or file. If the name exceeds 22 characters in
length, it will be shortened to 8 characters (without suffix) in 8.3 name format.
<file_type> is DIR for directory, otherwise it is blank.
<file_size> is the size of the file, in bytes. This value will be 0 for directory.
Examples The USB memory includes the Case and PWS4000-Main-CPU-Update folders, a
SAMPLE1.tfw file, and a Test.zip file. The directory name PWS4000-Main-CPU-
Update will be shortened to PWS400~1.
MMEMory:CATalog? might return the following response:
32751616,27970560,"Case,DIR,0","PWS400~1,DIR,0",”SAMPLE1.tfw,
,5412”,”Test.zip,,1735”
MMEMory:CDIRectory
This command changes the current working directory in the mass storage system.
Returns <directory_name>::=<string>
Arguments <file_name>::=<string> specifies a file to be deleted and should include full path.
Group System
Syntax *OPT?
Arguments None
Returns <OPT>[,<OPT>[,<OPT>[,<OPT>]]]
Examples *OPT?
OUTPut[1|2][:STATe]
This command sets or query the instrument output state for the specified
channel.
Group Output
Returns <NR1>
Examples OUTPut1:STATe ON
sets the instrument CH 1 output to ON.
Group Memory
Examples *RCL 3
restores the instrument from a copy of the settings stored in memory location 3.
Group System
Syntax *RST
Arguments None
Examples *RST
Group Memory
Examples *SAV 2
[SOURce[1|2]]:AM[:DEPTh]
This command sets or queries the modulation depth of AM modulation for the
specified channel. Set the modulation depth from 0% to 100% with resolution of
1%.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <depth>::=<NR2>[<units>]
where:
<NR2> is the depth of modulating frequency.
<units>::=PCT
MINimum sets the modulation depth to minimum value.
MAXimum sets the modulation depth to maximum value.
Returns <depth>
[SOURce[1|2]]:AM:INTernal:FREQuency
This command sets or queries the internal modulation frequency of AM
modulation for the specified channel. Use this command when the internal
modulation source is selected. Set the internal modulation frequency from 2
mHz to 20.00 kHz with resolution of 1 mHz.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the modulation frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:AM:INTernal:FUNCtion
This command sets or queries the modulating waveform of AM
modulation for the specified channel. Use this command when the
internal modulation source is selected.
If you specify EFILe when there is no EFILe or the EFILe is not yet defined,
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments USER<NR1>|EMEMory
Returns SIN|SQU|RAMP|PRN|USER<NR1>|EMEMory|EFILe
[SOURce[1|2]]:AM:INTernal:FUNCtion:EFILe
This command sets or queries an EFILe name used as a modulating waveform
for AM modulation. A file name must be specified in the mass storage system.
This command returns “ ” if there is no file in the mass storage.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <file_name>::=<string> specifies a file name in the mass storage system. The
<file_name> includes path. Path separators are forward slashes (/).
Returns <file_name>
[SOURce[1|2]]:AM:SOURce
This command sets or queries the source of modulating signal of AM
modulation for the specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments INTernal means that the carrier waveform is modulated with an internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:AM:STATe
This command enables or disables AM modulation for the specified channel. The
query command returns the state of AM modulation.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Returns <NR1>
Examples SOURce1:AM:STATe ON
[SOURce[1|2]]:ASKey[:AMPLitude]
This command is not supported for AFG1022.
This command sets or queries the modulation amplitude of ASK modulation for
the specified channel. Set the modulation amplitude from 0 Vpp to the current
amplitude of the carrier waveform.
Group Source
Arguments <amplitude>::=<NRf>[<units>]
where:
<NRf> is the modulation amplitude.
<units>::=[Vpp]
MINimum sets the modulation amplitude to minimum value.
MAXimum sets the modulation amplitude to maximum value.
Returns <amplitude>
[SOURce[1|2]]:ASKey:INTernal:RATE
This command sets or queries the internal modulation rate of ASK modulation
for the specified channel. Use this command when the internal modulation
source is selected.
Group Source
Arguments <rate>::=<NRf>[<units>]
where:
Returns <rate>
[SOURce[1|2]]:ASKey:SOURce
This command sets or queries the source of modulation signal of ASK modulation
for the specified channel.
Group Source
Arguments INTernal means that the carrier waveform is modulated with an internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:ASKey:STATe
This command enables or disables ASK modulation. The query command returns
the state of ASK modulation. Select a sine, square, ramp, or arbitrary waveform
as the carrier waveform.
Group Source
Returns <NR1>
Examples SOURce1:ASKey:STATe ON
[SOURce[1|2]]:BURSt:MODE
This command sets or queries the burst mode for the specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments TRIGgered means that triggered mode is selected for burst mode.
GATed means that gated mode is selected for burst mode.
Returns TRIG|GAT
[SOURce[1|2]]:BURSt:NCYCles
This command sets or queries the number of cycles (burst count) to be output in
burst mode for the specified channel. The query command returns 9.9E+37 if the
burst count is set to INFinity.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <cycles>::=<NRf>
where:
<NRf> is the burst count. The burst count ranges from 1 to 1,000,000.
INFinity sets the burst count to infinite count.
MINimum sets the burst count to minimum count.
MAXimum sets the burst count to maximum count.
Returns <cycles>
Examples SOURce1:BURSt:NCYCles 2
[SOURce[1|2]]:BURSt:STATe
This command enables or disables the burst mode for the specified channel. The
query command returns the state of burst mode.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
Group Source
Returns <NR1>
Examples SOURce1:BURSt:STATe ON
[SOURce[1|2]]:FM[:DEViation]
This command sets or queries the peak frequency deviation of FM modulation for
the specified channel. The setting range of frequency deviation depends on the
waveform selected as the carrier. For more information, refer to the AFG1000
Series Specifications and Performance Verification Technical Reference.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <deviation>::=<NRf>[<units>]
where:
<NRf> is the frequency deviation.
<units>::=[Hz | kHz | MHz]
Returns <deviation>
[SOURce[1|2]]:FM:INTernal:FREQuency
This command sets or queries the internal modulation frequency of FM
modulation for the specified channel. Use this command when the internal
modulation source is selected.
Set the internal modulation frequency from 2 mHz to 20.00 kHz with resolution
of 1 mHz.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the modulation frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:FM:INTernal:FUNCtion
This command sets or queries the modulating waveform of FM modulation for the
specified channel. Use this command when the internal modulation source is
selected.
If you specify EFILe when there is no EFILe or the EFILe is not yet defined,
this command causes an error.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
[SOURce[1|2]]:FM:INTernal:FUNCtion?
Arguments USER<NR1>|EMEMory
Returns SIN|SQU|RAMP|PRN|USER<NR1>|EMEMory|EFILe
[SOURce[1|2]]:FM:INTernal:FUNCtion:EFILe
This command sets or queries an EFILe name used as a modulating waveform
for FM modulation. A file name must be specified in the mass storage system.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <file_name>::=<string> specifies a file name in the mass storage system. The
<file_name> includes path. Path separators are forward slashes (/).
Returns <file_name>
[SOURce[1|2]]:FM:SOURce
This command sets or queries the source of modulating signal of FM
modulation for the specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments INTernal means that the carrier waveform is modulated with the internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:FM:STATe
This command enables or disables FM modulation. The query command returns
the state of FM modulation.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Returns <NR1>
Examples SOURce1:FM:STATe ON
[SOURce[1|2]]:FREQuency:CENTer
This command sets or queries the center frequency of sweep for the specified
channel. This command is always used with the
[SOURce[1|2]]:FREQuency:SPAN command. The setting range of center
frequency depends on the waveform selected for sweep.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the center frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:FREQuency:CONCurrent
This command enables or disables the function to copy the frequency (or period)
of one channel to another channel.
When the concurrent copy function is enabled, the FreqLock function is also
enabled automaticlly. Use general knob to adjust frequency (or period) of the two
channels sychronously.
Group Source
Syntax [SOURce[1|2]]:FREQuency:CONCurrent
{ON|OFF|<NR1>}
[SOURce[1|2]]:FREQuency:CONCurrent?
Returns <NR1>
Examples SOURce1:FREQuency:CONCurrent ON
copies the frequency value of CH 1 to CH 2.
[SOURce[1|2]]:FREQuency[:CW|:FIXed]
This command sets or queries the frequency of output waveform for the specified
channel. This command is available when the Run Mode is set to other than
Sweep.
The setting range of output frequency depends on the type of output waveform. If
you change the type of output waveform, it might change the output frequency
because changing waveform types impacts on the setting range of output
frequency. The resolution is 1 μHz or 12 digits. For more information, refer to the
AFG1000 Series Specifications and Performance Verification Technical
Reference.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the output frequency.
Returns <frequency>
sets the CH 1 output frequency to 500 kHz when the Run Mode is set to other
than Sweep.
[SOURce[1|2]]:FREQuency:MODE
This command sets or queries the frequency sweep state. Select sine, square or
ramp waveform for sweep.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Returns CW|FIXed|SWEep
[SOURce[1|2]]:FREQuency:SPAN
This command sets or queries the span of frequency sweep for the specified channel.
This command is always used with the [SOURce[1|2]]:FREQuency:CENTer
command. The setting range of frequency span depends on the waveform selected
for sweep.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the frequency span.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:FREQuency:STARt
This command sets or queries the start frequency of sweep for the specified
channel. This command is always used with the
[SOURce[1|2]]:FREQuency:STOP command. The setting range of start
frequency depends on the waveform selected for sweep. For more information,
refer to the AFG1000 Series Specifications and Performance Verification
Technical Reference.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the start frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:FREQuency:STOP
This command sets or queries the stop frequency of sweep for the specified
channel. This command is always used with the
[SOURce[1|2]]:FREQuency:STARt command. The setting range of stop
frequency depends on the waveform selected for sweep. For more information,
refer to the AFG1000 Series Specifications and Performance Verification
Technical Reference.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the stop frequency.
Returns <frequency>
[SOURce[1|2]]:FSKey[:FREQuency]
This command sets or queries the hop frequency of FSK modulation for the
specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the hop frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:FSKey:INTernal:RATE
This command sets or queries the internal modulation rate of FSK modulation
for the specified channel. Use this command when the internal modulation
source is selected.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <rate>::=<NRf>[<units>]
where:
<NRf> is the modulation rate.
<units>::=[Hz | kHz | MHz]
Returns <rate>
[SOURce[1|2]]:FSKey:SOURce
This command sets or queries the source of modulation signal of FSK modulation
for the specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
[SOURce[1|2]]:FSKey:SOURce?
Arguments INTernal means that the carrier waveform is modulated with an internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:FSKey:STATe
This command enables or disables FSK modulation. The query command returns
the state of FSK modulation. Select a sine, square, ramp, or arbitrary waveform
as the carrier waveform.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Returns <NR1>
Examples SOURce1:FSKey:STATe ON
[SOURce[1|2]]:FUNCtion:EFILe
This command sets or queries an EFILe name used as an output waveform. A file
name must be specified in the mass storage system. This command returns “ ” if
Group Source
Arguments <file_name>::=<string> specifies a file name in the mass storage system. The
<file_name> includes path. Path separators are forward slashes (/).
Returns <file_name>
[SOURce[1|2]]:FUNCtion[:SHAPe]
This command sets or queries the shape of the output waveform. When the
specified user memory is deleted, this command causes an error if you select
the user memory.
Group Source
NOTE: The arguments defined in <Built_in> can not be abbreviated, all the
upper and lower case letters are needed.
The following table shows the combination of modulation type and the shape of
output waveform.
For AFG1022
Sine, Square, Ramp Pulse Noise Arb
AM √ √
FM √ √
PM √ √
FSK √ √
Sweep √ √
Burst √ √ √
For AFG1062
Sine, Square, Ramp Pulse Noise Arb
AM √ √
FM √ √
PM √ √
PWM √
FSK √ √
ASK √ √
PSK √ √
Sweep √ √
Burst √ √ √
If you specify EFILe when there is no EFILe or the EFILe is not yet defined,
this command causes an error.
If you change the type of output waveform, it might change the output frequency
because changing waveform types impacts the setting range of output frequency.
USER<NR1>|EMEMory
Returns SIN|SQU|PULS|RAMP|PRN|<Built_in>|USER<NR1>|EMEMory|EFILe
[SOURce[1|2]]:PHASe[:ADJust]
This command sets or queries the phase of output waveform for the specified
channel. Set the value in radians or degrees. If no units are specified, the default
is RAD. The query command returns the value in RAD.
This command is supported when you select a waveform other than DC and
Noise.
Group Source
Arguments <phase>::=<NR3>[<units>]
where:
<NR3> is the phase of output waveform.
<units>::=[RAD | DEG]
If <units> are omitted, RAD is specified automatically. The setting ranges are:
RAD: 0 to +2 PI, relative to phase value
DEG: 0 to +360, relative to phase value
Returns <phase>
Group Source
Syntax [SOURce[1|2]]:PHASe:INITiate
Arguments None
Examples SOURce1:PHASe:INITiate
[SOURce[1|2]]:PM[:DEViation]
This command sets or queries the peak frequency deviation of PM modulation for
the specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <deviation>::=<NR3>[<units>]
where:
<NR3> is the phase deviation.
<units>::=[RAD | DEG]
If <units> are omitted, RAD is specified automatically. The setting ranges are:
RAD: 0 PI to +1 PI, relative to phase value
DEG: 0 to +180, in 1 degree steps, relative to phase value
Returns <deviation>
[SOURce[1|2]]:PM:INTernal:FREQuency
This command sets or queries the internal modulation frequency of PM
modulation for the specified channel. Use this command when the internal
modulation source is selected.
Set the internal modulation frequency from 2 mHz to 20.00 kHz with resolution
of 1 mHz.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <frequency>::=<NRf>[<units>]
where:
<NRf> is the modulation frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:PM:INTernal:FUNCtion
This command sets or queries the modulating waveform of PM modulation for the
specified channel. Use this command when the internal modulation source is
selected.
If you specify EFILe when there is no EFILe or the EFILe is not yet defined,
this command causes an error.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments USER<NR1>|EMEMory
Returns SIN|SQU|RAMP|PRN|USER<NR1>|EMEMory|EFILe
[SOURce[1|2]]:PM:INTernal:FUNCtion:EFILe
This command sets or queries an EFILe name used as a modulating waveform
for PM modulation. A file name must be specified in the mass storage system.
This command returns “ ” if there is no file in the mass storage.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments <file_name>::=<string> specifies a file name in the mass storage system. The
<file_name> includes path. Path separators are forward slashes (/).
Returns <file_name>
[SOURce[1|2]]:PM:SOURce
This command sets or queries the source of modulation signal of PM
modulation for the specified channel.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Arguments INTernal means that the carrier waveform is modulated with an internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:PM:STATe
This command enables or disables PM modulation. The query command returns
the state of PM modulation. Select a sine, square, ramp, or arbitrary waveform
as the carrier waveform.
Conditions For the AFG1022, use [SOURce1]. Modulation, sweep, and burst conditions do
not apply to CH2.
Group Source
Returns <NR1>
Examples SOURce1:PM:STATe ON
[SOURce[1|2]]:PSKey[:DEViation]
This command sets or queries the peak frequency deviation of PSK modulation
for the specified channel.
Group Source
Arguments <deviation>::=<NR3>[<units>]
where:
Returns <deviation>
[SOURce[1|2]]:PSKey:INTernal:RATE
This command sets or queries the internal modulation rate of PSK modulation
for the specified channel. Use this command when the internal modulation
source is selected.
Group Source
Arguments <rate>::=<NRf>[<units>]
where:
<NRf> is the modulation rate.
<units>::=[Hz | kHz | MHz]
Returns <rate>
[SOURce[1|2]]:PSKey:SOURce
This command sets or queries the source of modulation signal of PSK modulation
for the specified channel.
Group Source
Arguments INTernal means that the carrier waveform is modulated with an internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:PSKey:STATe
This command enables or disables PSK modulation. The query command returns
the state of PSK modulation. Select a sine, square, ramp, or arbitrary waveform
as the carrier waveform.
Group Source
Returns <NR1>
Examples SOURce1:PSKey:STATe ON
[SOURce[1|2]]:PULSe:DCYCle
This command sets or queries the duty cycle of the pulse waveform for the
specified channel.
For frequencies less than 1 MHz, the duty cycle is adjustable within the range of
0.1% to 99.9% in increments of 0.1. For frequencies greater than 1 MHz, the duty
cycle is fixed at 50%.
The instrument will hold the settings of leading edge and trailing edge when
the duty cycle is varied.
Group Source
Arguments <percent>::=<NR2>[<units>]
where:
<NR2> is the duty cycle.
<units>::=PCT
Returns <percent>
[SOURce[1|2]]:PWM:INTernal:FREQuency
This command sets or queries the internal modulation frequency of PWM
modulation for the specified channel. Use this command when the internal
modulation source is selected.
Set the internal modulation frequency from 2 mHz to 20.00 kHz with resolution
of 1 mHz.
Select the source of modulating signal by using the
[SOURce[1|2]]:PWM:SOURce [INTernal|EXTernal] command.
Group Source
Syntax [SOURce[1|2]]:PWM:INTernal:FREQuency
{<frequency>|MINimum|MAXimum}
[SOURce[1|2]]:PWM:INTernal:FREQuency?
Arguments <frequency>::=<NRf>[<units>]
where <NRf> is the modulation frequency.
<units>::=[Hz | kHz | MHz]
Returns <frequency>
[SOURce[1|2]]:PWM:INTernal:FUNCtion
This command sets or queries the modulating waveform of PWM modulation
for the specified channel. Use this command when the internal modulation
source is selected.
If you specify EFILe when there is no EFILe or the EFILe is not yet defined,
this command causes an error.
Group Source
[SOURce[1|2]]:PWM:INTernal:FUNCtion?
Arguments SINusoid|SQUare|RAMP|PRNoise
Returns SIN|SQU|RAMP|PRN|USER<NR1>|EMEMory|EFILe
[SOURce[1|2]]:PWM:INTernal:FUNCtion:EFILe
This command sets or queries an EFILe name used as a modulating
waveform for PWM modulation. A file name must be specified in the
mass storage system. This command returns “ ” if there is no file in the
mass storage.
Group Source
Arguments <file_name>::=<string> specifies a file name in the mass storage system. The
<file_name> includes path. Path separators are forward slashes (/).
Returns <file_name>
[SOURce[1|2]]:PWM:SOURce
This command sets or queries the source of modulating signal of PWM
modulation for the specified channel.
Group Source
Arguments INTernal means that the carrier waveform is modulated with the internal source.
EXTernal means that the carrier waveform is modulated with an external source.
Returns INT|EXT
[SOURce[1|2]]:PWM:STATe
This command enables or disables PWM modulation. The query command
returns the state of PWM modulation. Select only pulse waveform as a carrier
waveform for PWM.
Group Source
Returns <NR1>
Examples SOURce1:PWM:STATe ON
[SOURce[1|2]]:PWM[:DEViation]:DCYCle
This command sets or queries the PWM deviation in percent for the specified
channel.
The setting range must meet the following conditions:
Deviation ≤ Pulse Width - PWmin
Deviation ≤ Pulse Period - Pulse Width - PWmin
Deviation ≤ Pulse Width - 0.8 × (Leading Edge Time + Trailing Edge Time)
Deviation ≤ Pulse Period - Pulse Width - 0.8 × (Leading Edge Time + Trailing
Edge Time)
where PWmin is the minimum pulse width.
Group Source
Syntax [SOURce[1|2]]:PWM[:DEViation]:DCYCle
{<percent>|MINimum|MAXimum}
[SOURce[1|2]]:PWM[:DEViation]:DCYCle?
Arguments <percent>::=<NR2>[<units>]
where:
<NR2> is the PWM deviation.
<units>::=PCT
Returns <percent>
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate]:OFFSet
This command sets or queries the offset level for the specified channel.
Group Source
Syntax [SOURce[1|2]]:VOLTage[:LEVel][:IMMediate]:OFFSet
{<voltage>|MINimum|MAXimum}
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate]:OFFSet?
{MINimum|MAXimum}
Arguments <voltage>::=<NR3>[<units>]
where:
<NR3> is the offset voltage level.
<units>::=[mV | V]
Returns <voltage>
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]
This command sets or queries the output amplitude for the specified channel.
Set the units of output amplitude by using the bezel menu selection.
Group Source
Syntax [SOURce[1|2]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]
{<amplitude>|MINimum|MAXimum}
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]?
{MINimum|MAXimum}
Arguments <amplitude>::=<NR3>[<units>]
where:
<NR3> is the output amplitude.
<units>::=[Vpp]
Returns <amplitude>
Group System
Syntax SYSTem:ERRor[:NEXT]?
Arguments None
<Error/event description>::=<string>
Examples SYSTEM:ERROR:NEXT?
If the instrument detects an error or an event occurs, the event number and event
message will be returned.
Group Trace
Syntax TRACe|DATA:CATalog?
Arguments None
Returns <string>
Examples TRACE|DATA:CATALOG?
Group Trace
Arguments <trace_name>::={USER<NR1>}
<NR1> specifies the user waveform memory location.
For the AFG1022, <NR1> can be any number from 0 to 255.
For the AFG1062, <NR1> can be any number from 0 to 31.
copies the waveform data in the edit memory to the user waveform memory
USER0.
DATA:COPY EMEMory,USER0
copies the waveform data in the user waveform memory USER0 to the edit
memory.
TRACe|DATA[:DATA]
This command transfers the waveform data from the external controller to the edit
memory in the instrument. The query command returns the binary block data.
Group Trace
Arguments <binary_block_data>
Returns <binary_block_data>
transmits a waveform to the edit memory in the instrument. The block data
element #42000 indicates that 4 is the number of digits in 2000 (byte count) and
the 2000 bytes of binary data are to be transmitted.
TRACe|DATA[:DATA]:VALue
This command sets or queries the data value at the specified point in the edit
memory.
Group Trace
Arguments <point>::=<NR1>
where:
<NR1> is the specified point number in the edit memory.
<data>::=<NRf>
where:
<NRf> is the voltage value for the specified point number.
<units>::=[mV | V]
Returns <NRf>
sets the voltage value to 2.5V for the point number 500 in the edit memory.
DATA:DATA:VALue? EMEMory,500
TRACe|DATA:POINts
This command sets or queries the number of data points for the waveform created
in the edit memory.
Group Trace
Arguments <points>::=<NR1>
where
<NR1> sets the number of points for the waveform created in the edit
memory.
For the AFG1022, <NR1> can be any number from 2 to 8192.
For the AFG1062, <NR1> can be any number from 2 to 1048576.
Returns <NR1>
Group Trigger
Syntax *TRG
Arguments None
Examples *TRG
Group Synchronization
Syntax *WAI
Arguments None
Examples *WAI
prevents the instrument from executing any further commands or queries until all
pending commands that generate an OPC message are complete.
Error/Event Queue The event queue is an FIFO queue, which stores events as they occur in the
instrument. The event queue can store up to 64 events.
The oldest error code and text are retrieved by using the following command:
SYSTem:ERRor[:NEXT]?
[SOURce[1|2]]:PWM:INTernal:FUNCtion:
EFILe, 54
[SOURce[1|2]]:PWM:SOURce, 55
[SOURce[1|2]]:PWM:STATe, 56
[SOURce[1|2]]:PWM[:DEViation]:DCYCle, 56
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate]:
OFFSet, 57
[SOURce[1|2]]:VOLTage[:LEVel][:IMMediate]
[:AMPLitude], 58
SYSTem:ERRor[:NEXT]?, 59
T
TRACe|DATA:CATalog?, 59
TRACe|DATA:COPY, 60
TRACe|DATA:POINts, 62
TRACe|DATA[:DATA], 60
TRACe|DATA[:DATA]:VALue, 61
*TRG, 62
W
*WAI, 63