Remote control commands
R&S
®
AREG800A
312
User Manual 1179.3615.02 ─ 01
11.15.2
Radar object commands
Example: Configuring static radar objects
This example provides information on how to configure radar objects for a dedicated IF
path (channel). In the following, a static two-path scenario is presented with two radar
objects per channel.
The values of the range, attenuation and radar cross section (RCS) are inter-depend-
ent, see
// *****************************************************************************
// Configure for a static operation setup with the origin as object reference.
// *****************************************************************************
SOURce1:AREGenerator:OSETup:MODE STAT
SOURce1:AREGenerator:OSETup:REFerence ORIG
SOURce1:AREGenerator:OSETup:APPLy
// Applies the operation setup settings for static scenario.
// *****************************************************************************
// Configure radar objects for the first channel.
// *****************************************************************************
// Configure the first object "Object1".
SOURce1:AREGenerator:OBJect1:STATe?
// Response: "0"
// The first object is not simulated in the first channel.
SOURce1:AREGenerator:OBJect1:RANGe 20
// The range of the first object is 20 m.
SOURce1:AREGenerator:OBJect1:ATTenuation 50
// The attenuation of the echo of the first object is 50 dB.
SOURce1:AREGenerator:OBJect1:DOPPler:SPEed 200
// The doppler speed of the first object is 200 km/h.
SOURce1:AREGenerator:OBJect1:ANGle:HORizontal?
// Response: "90"
// The horizontal angle of the first object is 90 degrees.
SOURce1:AREGenerator:OBJect1:RCS?
// Response: "84.4"
// The radar cross section of the first object is 84.4 dB/m².
// Configure the second object "Object2".
SOURce1:AREGenerator:OBJect2:STATe?
// Response: "1"
// The second object is simulated in the first channel.
SOURce1:AREGenerator:OBJect3:STATe 0
SOURce1:AREGenerator:OBJect4:STATe 0
SOURce1:AREGenerator:OBJect5:STATe 0
SOURce1:AREGenerator:OBJect6:STATe 0
SOURce1:AREGenerator:OBJect7:STATe 0
SOURce1:AREGenerator:OBJect8:STATe 0
SOURce1:AREGenerator:OBJect2:ATTenuation 25
// The attenuation of the echo of the second object is 25 dB.
SOURce1:AREGenerator:OBJect2:RANGe 10
SOURce subsystem