Description | Example | Return Message | Group

RCS

Set and modify RCS values for an object

Syntax

RCS <ObjectPath> {Options} <Parameters>

Related Commands

Description

Set and modify Radar Cross Section (RCS) values for an object.

Valid values for {Options} are SetValue, AddFrequencyBand, RemoveFrequencyBand.

The following table further describes each {Options}.

{Options} <Parameters> Description
SetValue <AttributePath> <Value> [<Unit>] Set the <AttributePath> to the <Value>. Include the <Unit> if specifying a numeric value in a unit other than the internal unit for the attribute.
AddFrequencyBand MinFrequency <MinFreq> MaxFrequency <MaxFreq> Used to add an additional frequency band. Specify the minimum and maximum frequency of the new band.

The minimum value must be greater than 2.99792e6 Hz and less than the maximum value. The maximum value must be less than 3.0e11 Hz.

RemoveFrequencyBand <MinFreq> Used to remove a frequency band The <MinFreq> specifies the minimum frequency of the band to be removed.

Use this command in conjunction with the RCS_RM command, which will return a list of attributes, or the properties and choices for a specific attribute.

Example

Use the RCS command with the SetValue option to set the RCS Inherit property to false, then add a new frequency band:

RCS */Facility/Facility1 SetValue Inherit False

RCS */Facility/Facility1 AddFrequencyBand MinFrequency 4.0e6 MaxFrequency 5.0e6

To set the SwerlingCase attribute for the second FrequencyBand (index is 1):

RCS */Facility/Facility1 SetValue Model.FrequencyBandList[1].SwerlingCase IV

To check the values you've set:

RCS_RM */Facility/Facility1 GetValue

To remove the frequency band:

RCS */Facility/Facility1 RemoveFrequencyBand 4.0e6

ReturnMessage

If activated, Connect returns an acknowledgement message.

Group Membership

This command belongs to the following group(s):

Facilities, Places & Targets

Scenarios

Vehicles

Version

10.1

STK Programming Interface 11.0.1