Programming Manual UTG900E Series
Instruments.uni-trend.com
Programming Applications
Sine Wave Configuration
In this page, we will introduce how to configure the sine function.
Description
The sine wave has amplitude, offset, and phase relative to the synchronization pulse, and its amplitude and
offset can be set by high and low voltage.
Example
The following waves can be set by the SCPI command series, and the high level and low level can be used to
replace :CHANnel1:BASE:AMPLitude and :CHANnel1:BASE:OFFSet.
The above sine wave can be generated by following commands.
:CHANnel1:MODe CONTinue
:CHANnel1:BASE:WAVe SINe
:CHANnel1:BASE:FREQuency 2000
:CHANnel1:BASE:HIGH 2
:CHANnel1:BASE:LOW 0
:CHANnel1:BASE:PHAse 20
:CHANnel1:OUTPut ON
Square Wave Configuration
Description
The square wave has amplitude, offset, and phase relative to the synchronization pulse, and also with
duty ratio and cycle. Its amplitude and offset can be set by high and low voltage.
Example
The following waves can be set by the SCPI command series.