SensorCustomPattern#

class ansys.stk.core.stkobjects.SensorCustomPattern#

Bases: ISensorPattern

Class defining the custom pattern for a Sensor.

Overview#

filename

Path and file name of the custom sensor pattern file.

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…

use_native_resolution

Control pattern subsampling.

Import detail#

from ansys.stk.core.stkobjects import SensorCustomPattern

Property detail#

property SensorCustomPattern.filename: str#

Path and file name of the custom sensor pattern file.

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.use_native_resolution: bool#

Control pattern subsampling.