The common tasks available for the sensor
object
SetPatternComplexConic | Defines the sensor using a complex conic pattern. |
SetPatternCustom | Defines the sensor using a custom pattern. |
SetPatternEOIR | Defines the sensor using a EOIR pattern. |
SetPatternHalfPower | Defines the sensor using a half power pattern. |
SetPatternRectangular | Defines the sensor using a rectangular pattern. |
SetPatternSAR | Defines the sensor using a SAR pattern. |
SetPatternSimpleConic | Defines the sensor using a simple conic pattern. |
SetPointing3DModel | Sets the pointing method to 3DModel. |
SetPointingFixedAxesAzEl | Sets the pointing method to FixedAxes with an AzEl orientation. |
SetPointingFixedAxesEuler | Sets the pointing method to FixedAxes with a Euler Angles orientation. |
SetPointingFixedAxesQuat | Sets the pointing method to FixedAxes with a Quaternion orientation. |
SetPointingFixedAxesYPR | Sets the pointing method to FixedAxes with a YPR Angles orientation. |
SetPointingFixedAzEl | Sets the pointing method to Fixed with an AzEl orientation. |
SetPointingFixedEuler | Sets the pointing method to Fixed with a Euler Angles orientation. |
SetPointingFixedQuat | Sets the pointing method to Fixed with a Quaternion orientation. |
SetPointingFixedYPR | Sets the pointing method to Fixed with a YPR Angles orientation. |
SetPointingGrazingAlt | Sets the pointing method to GrazingAlt. |
SetPointingSpinning | Sets the pointing method to Spinning. |
SetPointingTargetedTracking | Sets the pointing method to Targeted with Tracking. |
Define a simple conic
sensor
[C#] | Copy Code | |
---|---|---|
|
Define a complex
sensor
[C#] | Copy Code | |
---|---|---|
|
Define a custom
sensor
[C#] | Copy Code | |
---|---|---|
|
Define a half power
sensor
[C#] | Copy Code | |
---|---|---|
|
Define a SAR sensor
[C#] | Copy Code | |
---|---|---|
|
Define fixed sensor
pointing
[C#] | Copy Code | |
---|---|---|
|
Define targeted
sensor pointing
[C#] | Copy Code | |
---|---|---|
|
Define spinning
sensor pointing (using common tasks)
[C#] | Copy Code | |
---|---|---|
|
Define a simple conic
sensor
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define a complex
sensor
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define a custom
sensor
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define a half power
sensor
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define a SAR sensor
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define fixed sensor
pointing
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define targeted
sensor pointing
[Visual Basic .NET] | Copy Code | |
---|---|---|
|
Define spinning
sensor pointing (using common tasks)
[Visual Basic .NET] | Copy Code | |
---|---|---|
|