pycatia.analysis_interfaces.analysis_global_sensor

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.analysis_interfaces.analysis_global_sensor.AnalysisGlobalSensor(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
CATAnalysisInterfaces.AnalysisEntity
CATAnalysisInterfaces.AnalysisSensor
AnalysisGlobalSensor

Represent the analysis global sensor.

This object is a kind of AnalysisSensor based on analysis feature global
results. For example, extract the Energy value of a solution.
get_identifier(o_type_bstr: str, o_sub_type_bstr: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetIdentifier(CATBSTR oTypeBSTR,
CATBSTR oSubTypeBSTR)

Retreives the Physical type and sub physical type that will be computed by
the sensor.

Parameters:

oTypeBSTR
The physical type identifier.
oSubTypeBSTR
The “sub” physical type identifier.
Parameters:
  • o_type_bstr (str) –

  • o_sub_type_bstr (str) –

Return type:

None

set_identifier(i_type_bstr: str, i_sub_type_bstr: str) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetIdentifier(CATBSTR iTypeBSTR,
CATBSTR iSubTypeBSTR)

Sets the Physical type and sub physical type that will be computed by the
sensor.

Parameters:

iTypeBSTR
The physical type identifier.
iSubTypeBSTR
The “sub” physical type identifier.
Parameters:
  • i_type_bstr (str) –

  • i_sub_type_bstr (str) –

Return type:

None