SensorPointingTargeted#

class ansys.stk.core.stkobjects.SensorPointingTargeted#

Bases: ISensorPointing

Class defining the targeted pointing type for a Sensor.

Overview#

boresight

The targeted sensor’s boresight type, a member of the SensorPointingTargetedBoresightType enumeration.

boresight_data

Get orientation data for the selected boresight type.

enable_access_times

Opt whether to use periods of access between the sensor and its target(s) as target times.

access_times

Get the access periods between the sensor and its target(s).

schedule_times

Get the user-scheduled target times.

targets

Get the collection of objects assigned as targets for the sensor.

available_targets

Get the collection of objects available as targets for the sensor.

advanced

Get advanced targeting properties used for access computations.

save_target_access

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.

property SensorPointingTargeted.save_target_access: bool#

Whether to Save Target Access.