SensorCustomPattern#

class ansys.stk.core.stkobjects.SensorCustomPattern#

Bases: ISensorPattern

Class defining the custom pattern for a Sensor.

Overview#

angular_resolution

Allow a user to set the angular separation between the pattern data points. This is an advanced user field, available only through STK’s object model interface. The default value for the number of pattern samples is…

filename

Path and file name of the custom sensor pattern file.

use_native_resolution

Control pattern subsampling.

Import detail#

from ansys.stk.core.stkobjects import SensorCustomPattern

Property detail#

property SensorCustomPattern.angular_resolution: Any#

Allow a user to set the angular separation between the pattern data points. This is an advanced user field, available only through STK’s object model interface. The default value for the number of pattern samples is…

property SensorCustomPattern.filename: str#

Path and file name of the custom sensor pattern file.

property SensorCustomPattern.use_native_resolution: bool#

Control pattern subsampling.