Skip to main content

Speos NX library 2025 R1

SensorRadianceBuilder Class Reference

Last update: 17.07.2025

Represents a Radiance Sensor Builder. More...

Inheritance diagram for SensorRadianceBuilder:
SensorCommonBuilderFeatureBuilder_object

Static Public Attributes

str AutomaticFraming = property(fget=__GetAutomaticFraming, fset=__SetAutomaticFraming)
 Gets or sets the property to enable automatic framing.
 
str CameraName = property(fget=__GetCameraName, fset=__SetCameraName)
 Gets or set the camera by its name.
 
str Definition = property(fget=__GetDefinition, fset=__SetDefinition)
 Gets or sets the definition type.
 
str Focal = property(fget=__GetFocal, fset=__SetFocal)
 Gets or sets the focal.
 
str FrameObserverPoint = property(fget=__GetFrameObserverPoint, fset=__SetFrameObserverPoint)
 Gets or sets the frame observer point.
 
str HVRatio = property(fget=__GetHVRatio, fset=__SetHVRatio)
 Gets or sets the H/V ratio.
 
str IntegrationAngle = property(fget=__GetIntegrationAngle, fset=__SetIntegrationAngle)
 Gets or sets the integration angle.
 
str Observer = property(fget=__GetObserver, fset=__SetObserver)
 Gets or sets the observer type.
 
str ObserverFrontDirection = property(fget=__GetObserverFrontDirection, fset=__SetObserverFrontDirection)
 Gets or sets the observer front direction.
 
str ObserverFrontDirectionReversed = property(fget=__GetObserverFrontDirectionReversed, fset=__SetObserverFrontDirectionReversed)
 Gets or sets the reverse direction of observer front direction.
 
str ObserverHorizontalFOV = property(fget=__GetObserverHorizontalFOV, fset=__SetObserverHorizontalFOV)
 Gets or sets the observer horizontal field of view.
 
str ObserverHorizontalResolution = property(fget=__GetObserverHorizontalResolution)
 Gets or sets the observer horizontal resolution.
 
str ObserverHorizontalSampling = property(fget=__GetObserverHorizontalSampling, fset=__SetObserverHorizontalSampling)
 Gets or sets the observer horizontal sampling.
 
str ObserverPoint = property(fget=__GetObserverPoint, fset=__SetObserverPoint)
 Gets or sets the observer point.
 
str ObserverTopDirection = property(fget=__GetObserverTopDirection, fset=__SetObserverTopDirection)
 Gets or sets the observer top direction.
 
str ObserverTopDirectionReversed = property(fget=__GetObserverTopDirectionReversed, fset=__SetObserverTopDirectionReversed)
 Gets or sets the reverse direction of observer top direction.
 
str ObserverVerticalFOV = property(fget=__GetObserverVerticalFOV, fset=__SetObserverVerticalFOV)
 Gets or sets the observer vertical field of view.
 
str ObserverVerticalResolution = property(fget=__GetObserverVerticalResolution)
 Gets or sets the observer vertical resolution.
 
- Static Public Attributes inherited from SensorCommonBuilder
str AxisSystem = property(fget=__GetAxisSystem)
 Gets the Axis System of the Sensor.
 
str DimensionFromFile = property(fget=__GetDimensionFromFile, fset=__SetDimensionFromFile)
 Gets or sets the property to enable the use of dimensions that come from File.
 
str DisplayPropertiesFromFile = property(fget=__GetDisplayPropertiesFromFile, fset=__SetDisplayPropertiesFromFile)
 Gets or sets the property to enable the use of display properties that come from File.
 
str GridOriginX = property(fget=__GetGridOriginX, fset=__SetGridOriginX)
 Gets or sets the grid X origin.
 
str GridOriginY = property(fget=__GetGridOriginY, fset=__SetGridOriginY)
 Gets or sets the grid Y origin.
 
str GridStepX = property(fget=__GetGridStepX, fset=__SetGridStepX)
 Gets or sets the grid X step.
 
str GridStepY = property(fget=__GetGridStepY, fset=__SetGridStepY)
 Gets or sets the grid Y step.
 
str SensorFilter = property(fget=__GetSensorFilter)
 Gets the sensor filter.
 
str ShowGrid = property(fget=__GetShowGrid, fset=__SetShowGrid)
 Gets or sets the property to enable grid preview.
 
str TemplateFilePath = property(fget=__GetTemplateFilePath, fset=__SetTemplateFilePath)
 Gets or sets the template file's path.
 
str TemplateType = property(fget=__GetTemplateType)
 Gets or sets the template type.
 
str Type = property(fget=__GetType, fset=__SetType)
 Gets or sets the type of the sensor.
 
str UseTemplateFile = property(fget=__GetUseTemplateFile, fset=__SetUseTemplateFile)
 Gets or sets the property to enable the use of template file.
 
str WavelengthEnd = property(fget=__GetWavelengthEnd, fset=__SetWavelengthEnd)
 Gets or sets the wavelength ending border.
 
str WavelengthResolution = property(fget=__GetWavelengthResolution, fset=__SetWavelengthResolution)
 Gets or sets the Wavelength resolution.
 
str WavelengthSampling = property(fget=__GetWavelengthSampling, fset=__SetWavelengthSampling)
 Gets or sets the wavelength sampling.
 
str WavelengthStart = property(fget=__GetWavelengthStart, fset=__SetWavelengthStart)
 Gets or sets the wavelength starting border.
 
str XEnd = property(fget=__GetXEnd, fset=__SetXEnd)
 Gets or sets the Sensor X end dimension value.
 
str XMirroredExtent = property(fget=__GetXMirroredExtent, fset=__SetXMirroredExtent)
 Gets the Sensor X dimension mirrored extent value.
 
str XResolution = property(fget=__GetXResolution, fset=__SetXResolution)
 Gets or sets the Sensor X dimension resolution value.
 
str XSampling = property(fget=__GetXSampling, fset=__SetXSampling)
 Gets or sets the Sensor X dimension sampling value.
 
str XStart = property(fget=__GetXStart, fset=__SetXStart)
 Gets or sets the Sensor X start dimension value.
 
str YEnd = property(fget=__GetYEnd, fset=__SetYEnd)
 Gets or sets the Sensor Y end dimension value.
 
str YMirroredExtent = property(fget=__GetYMirroredExtent, fset=__SetYMirroredExtent)
 Gets the Sensor Y dimension mirrored extent value.
 
str YResolution = property(fget=__GetYResolution, fset=__SetYResolution)
 Gets or sets the Sensor Y dimension resolution value.
 
str YSampling = property(fget=__GetYSampling, fset=__SetYSampling)
 Gets or sets the Sensor Y dimension sampling value.
 
- Static Public Attributes inherited from FeatureBuilder
str Feature = property(fget=__GetFeature)
 Returns the feature being edited, or the created feature if the builder is being used in creation mode.
 
str FullName = property(fget=__GetFullName)
 Gets the full name of the feature being edited.
 
str Name = property(fget=__GetName, fset=__SetName)
 Gets or sets the name of the feature being edited.
 
str NameWithContext = property(fget=__GetNameWithContext)
 Gets the name with context of the feature being edited.
 

Additional Inherited Members

- Public Member Functions inherited from SensorCommonBuilder
'bool' IsTemplateFileValid (self)
 Checks whether the template file is valid.
 
- Public Member Functions inherited from FeatureBuilder
'None' Commit (self)
 Commits any edits that have been applied to the builder.
 
'None' ShowResult (self)
 Updates the feature to reflect the result of an edit to the feature for all builders that support showing results.
 

Detailed Description

Represents a Radiance Sensor Builder.

The Radiance Sensor Builder is used to create and edit Radiance Sensor features.

To create a new instance of this class, use FeatureCollection::CreateSensorRadianceBuilder

Member Data Documentation

◆ AutomaticFraming

str AutomaticFraming = property(fget=__GetAutomaticFraming, fset=__SetAutomaticFraming)
static

Gets or sets the property to enable automatic framing.

Prerequisite: The DefinitionType must be 2 or the ObserverType must be 0.

Automatic Framing reframes the camera on the radiance sensor.

True : Enable Automatic Framing.
False : Disable Automatic Framing.

Value type: Boolean.

The default value is False.

◆ CameraName

str CameraName = property(fget=__GetCameraName, fset=__SetCameraName)
static

Gets or set the camera by its name.

Prerequisite: The DefinitionType property must be 1.

Value type: String.

The default value is an empty string.

◆ Definition

str Definition = property(fget=__GetDefinition, fset=__SetDefinition)
static

Gets or sets the definition type.

The values are:
0 - Frame.
1 - Camera.
2 - Observer.

Value type: Integer.

The default value is 0.

◆ Focal

str Focal = property(fget=__GetFocal, fset=__SetFocal)
static

Gets or sets the focal.

Prerequisite: The DefinitionType property must be 2 or the ObserverType must be 0.

Focal defines the distance between the sensor plane and the Observer point.

Value type: Double (in mm).
Range: The value must be superior to 0.

The default value is 250.0 mm.

◆ FrameObserverPoint

str FrameObserverPoint = property(fget=__GetFrameObserverPoint, fset=__SetFrameObserverPoint)
static

Gets or sets the frame observer point.


Prerequisite: The ObserverType must be 1.

The property frame observer point takes a feature tag and returns a feature tag.
Defines the location of the frame.

Value type: Integer.

The default value is 0.

◆ HVRatio

str HVRatio = property(fget=__GetHVRatio, fset=__SetHVRatio)
static

Gets or sets the H/V ratio.

Prerequisite: The DefinitionType property must be 1.

H/V Ratio modifies the X Start and X End values according to the Y Start and Y End values.

Value type: Double.

The default value is 1.33.

◆ IntegrationAngle

str IntegrationAngle = property(fget=__GetIntegrationAngle, fset=__SetIntegrationAngle)
static

Gets or sets the integration angle.

Value type: Double (in degrees).
Range: (0.0, 90.0)

The default value is 5.0 degrees.

◆ Observer

str Observer = property(fget=__GetObserver, fset=__SetObserver)
static

Gets or sets the observer type.

Prerequisite: The DefinitionType property must be 0.

The values are:
0 : Focal.
1 : Observer.

Value type: Integer.

The default value is 0.

◆ ObserverFrontDirection

str ObserverFrontDirection = property(fget=__GetObserverFrontDirection, fset=__SetObserverFrontDirection)
static

Gets or sets the observer front direction.

Prerequisite: The DefinitionType must be 2.

The property observer front direction takes a feature tag and returns a feature tag.

Value type: Integer.

The default value is 0.

◆ ObserverFrontDirectionReversed

str ObserverFrontDirectionReversed = property(fget=__GetObserverFrontDirectionReversed, fset=__SetObserverFrontDirectionReversed)
static

Gets or sets the reverse direction of observer front direction.

Prerequisite: The DefinitionType must be 2.

True: Reverses the observer front direction.
False: Does not reverse the Observer Front Direction.

Value type: Boolean.

The default value is False.

◆ ObserverHorizontalFOV

str ObserverHorizontalFOV = property(fget=__GetObserverHorizontalFOV, fset=__SetObserverHorizontalFOV)
static

Gets or sets the observer horizontal field of view.

Prerequisite: The DefinitionType must be 2.

Value type: Double (in degrees).
Range: (0, 180)

The default value is 2.0 degrees.

◆ ObserverHorizontalResolution

str ObserverHorizontalResolution = property(fget=__GetObserverHorizontalResolution)
static

Gets or sets the observer horizontal resolution.

Prerequisite: The DefinitionType must be 2.

Value type: Integer.

◆ ObserverHorizontalSampling

str ObserverHorizontalSampling = property(fget=__GetObserverHorizontalSampling, fset=__SetObserverHorizontalSampling)
static

Gets or sets the observer horizontal sampling.

Prerequisite: The DefinitionType must be 2.

Value type: Integer.
Range: The value must be superior to 0.

The default value is 100.

◆ ObserverPoint

str ObserverPoint = property(fget=__GetObserverPoint, fset=__SetObserverPoint)
static

Gets or sets the observer point.

Prerequisite: The DefinitionType must be 2.

The property observer point takes a feature tag and returns a feature tag.
Defines the location of the observer.

Value type: Integer.

The default value is 0.

◆ ObserverTopDirection

str ObserverTopDirection = property(fget=__GetObserverTopDirection, fset=__SetObserverTopDirection)
static

Gets or sets the observer top direction.

Prerequisite: The DefinitionType must be 2.

The property observer top direction takes a feature tag and returns a feature tag.

Value type: Integer.

The default value is 0.

◆ ObserverTopDirectionReversed

str ObserverTopDirectionReversed = property(fget=__GetObserverTopDirectionReversed, fset=__SetObserverTopDirectionReversed)
static

Gets or sets the reverse direction of observer top direction.

Prerequisite: The DefinitionType must be 2.

True: Reverses the Observer top Direction.
False: Does not reverse the observer top direction.

Value type: Boolean.

The default value is False.

◆ ObserverVerticalFOV

str ObserverVerticalFOV = property(fget=__GetObserverVerticalFOV, fset=__SetObserverVerticalFOV)
static

Gets or sets the observer vertical field of view.

Prerequisite: The DefinitionType must be 2.

Value type: Double.
Range: (0, 180)

The default value is 2.0 degrees.

◆ ObserverVerticalResolution

str ObserverVerticalResolution = property(fget=__GetObserverVerticalResolution)
static

Gets or sets the observer vertical resolution.

Prerequisite: The DefinitionType must be 2.

Value type: Integer.


The documentation for this class was generated from the following file:
  • SpeosNX.py

Connect with Ansys