Description | Example | Return Message | Group

RCS_RM

Get information about radar cross section properties.

Syntax

RCS_RM <ObjectPath> GetValue [<AttributePath>]

Related Commands

Description

The RCS_RM command allows you to get the value(s) of a radar cross section as pointed to by a specific attribute.

If <AttributePath> is not included then the command will return the list of attributes, and the values of those attributes, for the RCS.

There are three properties common to all attributes that can be used to retrieve information about them - Properties, Choices, and Size. These properties should be placed at the end of the attribute path, separated from the attribute by a colon (e.g., :Choices). The following table describes these properties.

Property Description
Properties Use Properties to retrieve the currently defined values of all of the properties of the attribute. This includes items such as minimum and maximum values of the attribute, the dimension and unit of the attribute, etc.
Choices The Choices property returns a list of all possible choices for non-Boolean attributes with specific arrays of values.
Size The Size property returns the number of rows in the attribute's list, for attributes that can have rows of values.

Example

Return all the attributes for the RCS:

RCS_RM */Facility/Facility1 GetValue

ReturnMessage

UserComment = STK Radar RCS Extension
Inherit = true
Model = Radar_Cross_Section (Read-only)
Model.UserComment = Radar Cross Section (Read-only)
Model.FrequencyBandList[0].MinFrequency = 2997920.00000000 Hz (Read-only)
Model.FrequencyBandList[0].MaxFrequency = 3000000.00000000 Hz (Read-only)
Model.FrequencyBandList[0].ComputeType = Constant Value (Read-only)
Model.FrequencyBandList[0].ComputeTypeStrategy = Constant Value (Read-only)
Model.FrequencyBandList[0].ComputeTypeStrategy.ConstantValue = 1.00000000 sqm (Read-only)
Model.FrequencyBandList[0].SwerlingCase = 0 (Read-only)
Model.FrequencyBandList[1].MinFrequency = 3000000.00000000 Hz (Read-only)
Model.FrequencyBandList[1].MaxFrequency = 300000000000.00000000 Hz (Read-only)
Model.FrequencyBandList[1].ComputeType = Constant Value (Read-only)
Model.FrequencyBandList[1].ComputeTypeStrategy = Constant Value (Read-only)
Model.FrequencyBandList[1].ComputeTypeStrategy.ConstantValue = 1.00000000 sqm (Read-only)
Model.FrequencyBandList[1].SwerlingCase = 0 (Read-only)
Model.BandInsertParameters.MinFrequency = 3000000.00000000 Hz (Read-only)
Model.BandInsertParameters.MaxFrequency = 300000000000.00000000 Hz (Read-only)

Example

Return the choices for the ComputeTypeStrategy attribute:

RCS_RM */Facility/ScenTestFac GetValue Model.FrequencyBandList[0].ComputeTypeStrategy:Choices

ReturnMessage

Constant Value
External File
Script Plugin

Example

Return the properties for the AzimuthAngle attribute:

RCS_RM */Facility/ScenTestFac GetValue Model.BandInsertParameters.MinFrequency:Properties

ReturnMessage

Model.BandInsertParameters.MinFrequency:Properties.Description = MinFrequency (Read-only)
Model.BandInsertParameters.MinFrequency:Properties.ReadOnly = false
Model.BandInsertParameters.MinFrequency:Properties.class =
Model.BandInsertParameters.MinFrequency:Properties.Fixed = true
Model.BandInsertParameters.MinFrequency:Properties.name = MinFrequency
Model.BandInsertParameters.MinFrequency:Properties.Min = 2997920.00000000 Hz
Model.BandInsertParameters.MinFrequency:Properties.Max = 300000000000.00000000 Hz
Model.BandInsertParameters.MinFrequency:Properties.Dimension = BandwidthUnit
Model.BandInsertParameters.MinFrequency:Properties.Unit = Hz

Group Membership

This command belongs to the following group(s):

Facilities, Places & Targets

Scenarios

Vehicles

Version

10.1

STK Programming Interface 11.0.1