BaseSensor
#
- class ansys.speos.core.sensor.BaseSensor(project, name, description='', metadata=None, sensor_instance=None)#
Base class for Sensor.
- Parameters:
- project
ansys.speos.core.project.Project
Project that will own the feature.
- name
str
Name of the feature.
- description
str
Description of the feature. By default,
""
.- metadata
Mapping
[str
,str
] Metadata of the feature. By default,
{}
.- sensor_instance
ansys.api.speos.scene.v2.scene_pb2.Scene.SensorInstance
,optional
Sensor instance to provide if the feature does not has to be created from scratch By default,
None
, means that the feature is created from scratch by default.
- project
- Attributes:
- sensor_template_link
ansys.speos.core.kernel.sensor_template.SensorTemplateLink
Link object for the sensor template in database.
- sensor_template_link
- Parameters:
Notes
This is a Super class, Do not instantiate this class yourself
Overview#
Link object for the sensor template in database. |
Return the string representation of the sensor. |
Import detail#
from ansys.speos.core.sensor import BaseSensor
Attribute detail#
- BaseSensor.sensor_template_link = None#
Link object for the sensor template in database.
Method detail#
- BaseSensor.get(key='')#
Get dictionary corresponding to the project - read only.
- BaseSensor.__str__()#
Return the string representation of the sensor.
- BaseSensor.commit()#
Save feature: send the local data to the speos server database.
- Returns:
ansys.speos.core.sensor.BaseSensor
Sensor feature.
- BaseSensor.reset()#
Reset feature: override local data by the one from the speos server database.
- Returns:
ansys.speos.core.sensor.BaseSensor
Sensor feature.
- BaseSensor.delete()#
Delete feature: delete data from the speos server database.
The local data are still available
- Returns:
ansys.speos.core.sensor.BaseSensor
Sensor feature.
Classes#
Range of wavelengths. |
|
Dimensions of the sensor. |
|
Type of sensor : Colorimetric. |
|
Type of sensor : Spectral. |
|
Layer composed of name and geometries. |
|
Type of layer : Face. |
|
Type of layer : Sequence. |
|
Type of layer : IncidenceAngle. |