Target#
- class ansys.stk.core.stkobjects.Target#
Bases:
ISTKObject
,ILifetimeInformation
,IDisplayTime
Class defining the Target object.
Overview#
Set an az-el mask. A member of the AzElMaskType enumeration. |
|
Reset the az-el mask. |
|
Get the az-el mask. A member of the AzElMaskType enumeration. |
|
Get az-el mask data. |
Opt whether to use a local time offset from GMT. |
|
The amount of the time offset from GMT, if this option is used. Uses Time Dimension. |
|
Opt whether to set altitude automatically by using terrain data. |
|
Get the 2D Graphics properties of the target. |
|
Get the position of the target. |
|
Set the normal to the local terrain. |
|
Data used in specifying terrain slope. |
|
Get the 3D Graphics properties of the target. |
|
Get the constraints imposed on the target. |
|
Height of target above its model of the ground. Height is measured along the normal to surface defined by reference ellipsoid of the central body. Target models the ground as an ellipsoid passing through the ground position. Uses Distance Dimension. |
|
Get or set the altitude reference of the object. |
|
Do not use this property, as it is deprecated. The new RFEnvironment property can be used to configure atmospheric models. |
|
Return the radar clutter map. |
|
Return the radar cross sectoin. |
|
Save terrain az-el mask data in binary. |
|
Get or set the obstruction model used in lighting computations. |
|
Get or set the maximum step size to use when computing lighting. Only applies (and only can be set) when LightingObstructionModel is eLightingObstructionAzElMask or eLightingObstructionTerrain. Uses Time Dimension. |
|
Get the laser environment. |
|
Get the RF environment. |
|
Get or set the maximum range to use when computing the az el mask using terrain data. Zero indicates to use algorithm default. Only applies when GetAzElMask returns eTerrainData (cannot be set if eMaskFile). Uses Distance Dimension. |
Import detail#
from ansys.stk.core.stkobjects import Target
Property detail#
- property Target.local_time_offset: float#
The amount of the time offset from GMT, if this option is used. Uses Time Dimension.
- property Target.graphics: TargetGraphics#
Get the 2D Graphics properties of the target.
- property Target.terrain_normal_data: ITerrainNormData#
Data used in specifying terrain slope.
- property Target.graphics_3d: TargetGraphics3D#
Get the 3D Graphics properties of the target.
- property Target.access_constraints: AccessConstraintCollection#
Get the constraints imposed on the target.
- property Target.height_above_ground: None#
Height of target above its model of the ground. Height is measured along the normal to surface defined by reference ellipsoid of the central body. Target models the ground as an ellipsoid passing through the ground position. Uses Distance Dimension.
- property Target.atmosphere: Atmosphere#
Do not use this property, as it is deprecated. The new RFEnvironment property can be used to configure atmospheric models.
- property Target.radar_clutter_map: IRadarClutterMapInheritable#
Return the radar clutter map.
- property Target.radar_cross_section: RadarCrossSectionInheritable#
Return the radar cross sectoin.
- property Target.lighting_obstruction_model: LightingObstructionModelType#
Get or set the obstruction model used in lighting computations.
- property Target.lighting_maximum_step: float#
Get or set the maximum step size to use when computing lighting. Only applies (and only can be set) when LightingObstructionModel is eLightingObstructionAzElMask or eLightingObstructionTerrain. Uses Time Dimension.
- property Target.laser_environment: PlatformLaserEnvironment#
Get the laser environment.
- property Target.rf_environment: IPlatformRFEnvironment#
Get the RF environment.
Method detail#
- Target.set_az_el_mask(self, type: AzElMaskType, data: Any) None #
Set an az-el mask. A member of the AzElMaskType enumeration.
- Target.get_az_el_mask(self) AzElMaskType #
Get the az-el mask. A member of the AzElMaskType enumeration.
- Returns:
AzElMaskType