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.

PropertyDescription
PropertiesUse 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.
ChoicesThe Choices property returns a list of all possible choices for non-Boolean attributes with specific arrays of values.
SizeThe Size property returns the number of rows in the attribute's list, for attributes that can have rows of values.

Examples

Return all the attributes for the RCS:

RCS_RM */Facility/Facility1 GetValue

Return message

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)

Examples

Return the choices for the ComputeTypeStrategy attribute:

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

Return message

Constant Value External File Script Plugin

Examples

Return the properties for the AzimuthAngle attribute:

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

Return message

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