SensorPointingTargeted#
- class ansys.stk.core.stkobjects.SensorPointingTargeted#
Bases:
ISensorPointing
Class defining the targeted pointing type for a Sensor.
Overview#
The targeted sensorβs boresight type, a member of the SensorPointingTargetedBoresightType enumeration. |
|
Get orientation data for the selected boresight type. |
|
Opt whether to use periods of access between the sensor and its target(s) as target times. |
|
Get the access periods between the sensor and its target(s). |
|
Get the user-scheduled target times. |
|
Get the collection of objects assigned as targets for the sensor. |
|
Get the collection of objects available as targets for the sensor. |
|
Get advanced targeting properties used for access computations. |
|
Whether to Save Target Access. |
Import detail#
from ansys.stk.core.stkobjects import SensorPointingTargeted
Property detail#
- property SensorPointingTargeted.boresight: SensorPointingTargetedBoresightType#
The targeted sensorβs boresight type, a member of the SensorPointingTargetedBoresightType enumeration.
- property SensorPointingTargeted.boresight_data: ISensorPointingTargetedBoresight#
Get orientation data for the selected boresight type.
- property SensorPointingTargeted.enable_access_times: bool#
Opt whether to use periods of access between the sensor and its target(s) as target times.
- property SensorPointingTargeted.access_times: AccessTargetTimesCollection#
Get the access periods between the sensor and its target(s).
- property SensorPointingTargeted.schedule_times: ScheduleTimeCollection#
Get the user-scheduled target times.
- property SensorPointingTargeted.targets: SensorTargetCollection#
Get the collection of objects assigned as targets for the sensor.
- property SensorPointingTargeted.available_targets: list#
Get the collection of objects available as targets for the sensor.
- property SensorPointingTargeted.advanced: SensorAccessAdvancedSettings#
Get advanced targeting properties used for access computations.