RequestPointRange

A range of values.

Example

app = cf.GetApplication()
project = app:NewProject()

farFieldRequest = project.SolutionConfigurations[1].FarFields:Add(0,0,90,180,30,60)

    -- Get the Theta range of the request

thetaRequestPointRange = farFieldRequest.Theta

    -- Set the increment to 15 degrees

thetaRequestPointRange.Increment = 15

    -- Get the number of points in the range, should be 7
    
numberOfPoints = thetaRequestPointRange.NumberOfPoints

Usage locations (object properties)

The following objects have properties using the RequestPointRange object:

Property List

End
The range end value. (Read/Write Expression)
Increment
The range value increment. (Read/Write Expression)
NumberOfPoints
The number of points in the range. This is a read-only property. (Read only Expression)
Start
The range start value. (Read/Write Expression)

Property Details

End
The range end value.
Type
Expression
Access
Read/Write
Increment
The range value increment.
Type
Expression
Access
Read/Write
NumberOfPoints
The number of points in the range. This is a read-only property.
Type
Expression
Access
Read only
Start
The range start value.
Type
Expression
Access
Read/Write