_optiSLang_Actors

Enums

Continuation
DEFAULT
SKIP
CONTINUE
eModelComplexityType
eSIMPLE_MODEL
eBALANCED_MODEL
ePOLY_DLN
eCOMPLEX_MODEL
eSettingsType
eAUTOMATIC
eADVANCED
eVariableReductionType
eNO_REDUCTION
eFILTER_UNIMPORTANT
eFILTER_MINOR_IMPORTANT
eUSER_DEFINED
ExportFailureTreatment
ALWAYS_SUCCEED
FAIL_ON_WRITE_ERROR
ExportFormat
CSV
GENERIC
Expressions
DISABLED
FULFILL_ALL
FULFILL_ANY
ExtrapolationType
EXTRAPOLATE
INITIAL_SAMPLING_BOUNDS
REDUCED_SAMPLING_BOUNDS
ImportFailureTreatment
ALWAYS_SUCCEED
FAIL_ON_READ_ERROR
FAIL_ON_MISSING_ENTRY
FAIL_ON_TYPE_MISMATCH
ImportFormat
CSV
GENERIC
IntegrationDirection
DIRECTION_INPUT
DIRECTION_OUTPUT
Invariant
INVARIANT_UNDEFINED
INVARIANT_MAX_PRINCIPAL
INVARIANT_MID_PRINCIPAL
INVARIANT_MIN_PRINCIPAL
INVARIANT_MISES
INVARIANT_TRESCA
INVARIANT_PRESS
INVARIANT_INV3
INVARIANT_MAGNITUDE
INVARIANT_MAX_INPLANE_PRINCIPAL
INVARIANT_MIN_INPLANE_PRINCIPAL
INVARIANT_OUTOFPLANE_PRINCIPAL
MonitoringMode
AUTOMATIC
STATISTICS
RELIABILITY
OPTIMIZATION
APPROXIMATION
OutputFileType
SENSITIVITY_OUTPUTFILE
ROBUSTNESS_OUTPUTFILE
NUM_TYPES
ParameterMergingMode
PREFER_PROPERTY
PREFER_SLOT
MERGE_FROM_SLOT
Position
POSITION_UNDEFINED
POSITION_NODAL
POSITION_ELEMENT_NODAL
POSITION_INTEGRATION_POINT
POSITION_CENTROID
POSITION_ELEMENT_FACE
POSITION_ELEMENT_FACE_INTEGRATION_POINT
POSITION_SURFACE_INTEGRATION_POINT
POSITION_WHOLE_ELEMENT
POSITION_WHOLE_REGION
POSITION_WHOLE_PART_INSTANCE
POSITION_WHOLE_MODEL
POSITION_GENERAL_PARTICLE
POSITION_SURFACE_FACET
POSITION_SURFACE_NODAL
POSITION_NUM_OUTPUT_POSITION
PostprocessingModePP3
PP3_AUTOMATIC
PP3_OPTIMIZATION
PP3_APPROXIMATION
PP3_STATISTICS
Precision
PRECISION_SINGLE
PRECISION_DOUBLE
ProjectSource
CONNECT_TO_PROJECT
OPEN_PROJECT
SetLocation
LOCATION_ROOT_ASSEMBLY
LOCATION_PART
LOCATION_INSTANCE
LOCATION_CUSTOM
LOCATION_UNSUPPORTED_LOCATION
SetType
TYPE_NODE_SET
TYPE_ELEMENT_SET
TYPE_SURFACE_SET
TYPE_UNSUPPORTED_SET_TYPE
UpdateResultFileInterval
NEVER
EVERY_DESIGN
EVERY_ITERATION
AT_THE_END

Functions

CreateAlgorithmPluginActorTyped

CreateAlgorithmPluginActorTyped( (str)arg1) -> Actor


Create instance of an algorithm plugin specified by plugin id.

CreateCustomIntegrationActorTyped

CreateCustomIntegrationActorTyped( (str)arg1) -> CustomIntegrationActor



CreateIntegrationPluginActorTyped

CreateIntegrationPluginActorTyped( (str)arg1) -> IntegrationPluginActor


Create instance of a plugin integration specified by plugin id.

get_loaded_ci_plugins

get_loaded_ci_plugins() -> list


List Python-based custom integrations loaded at runtime.

get_loaded_custom_surrogates

get_loaded_custom_surrogates() -> list


List all available custom surrogates.

get_loaded_plugins

get_loaded_plugins() -> list


List customization plugins that are loaded at runtime.

GetLoadedCIPlugins

GetLoadedCIPlugins() -> WStrSet



GetLoadedPlugins

GetLoadedPlugins() -> WStrSet


List customization plugins that are loaded at runtime.

list_to_vec

list_to_vec( (list)arg1) -> MulticastInfoVec



MulticastInfo_list_to_vec

MulticastInfo_list_to_vec( (list)arg1) -> MulticastInfoVec



Classes

AbaqusProcessActor

Inherits from: ProcessActor

Enums

DoubleMode
DBLUNSPECIFIED
DBLEXPLICIT
DBLBOTH
DBLOFF
DBLCONSTRAINT
NUM_TYPES_DBL
ExecType
EXECANALYSIS
EXECDATACHECK
EXECPARAMETERCHECK
EXECSYNTAXCHECK
EXECPREPOST
NUM_TYPES_EXEC
MPMode
MPUNSPECIFIED
MPMPI
MPTHREADS
NUM_TYPES_MP
OutputPrecision
OPUNSPECIFIED
OPSINGLE
OPFULL
NUM_TYPES_OP
ParallelType
PARUNSPECIFIED
PARDOMAIN
PARLOOP
NUM_TYPES_PAR
PrePost
PPVIEWER
PPCAE
NUM_TYPES_PP
StdParallel
SPUNSPECIFIED
SPALL
SPSOLVER
NUM_TYPES_SP

Properties

  • (ProvidedPath) abaqus_base
  • () active
  • (str) additional_args
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (int) cpus
  • () distinct_working_directory
  • (int) domain_num
  • (DoubleMode) double_mode
  • (bool) dynamic_load_balance
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • (ExecType) execution_type
  • () goal
  • (bool) ignore_exit_code
  • (ProvidedPath) input_file
  • (InputFilesList) input_files
  • () instant_variable_update
  • (bool) interactive
  • (str) job_name
  • (ProvidedPath) madymo_input
  • (int) max_parallel
  • () max_runtime
  • (int) memory_size
  • (MPMode) mp_mode
  • (int) multi_design_launch_num
  • (str) name
  • (str) output_database_file
  • (OutputFilesList) output_files
  • (OutputPrecision) output_precision
  • (ParallelType) parallel_type
  • (ProvidedPath) pre_post_custom_script_file
  • (ProvidedPath) pre_post_database_file
  • (bool) pre_post_no_env_startup
  • (ProvidedPath) pre_post_no_gui_file
  • (bool) pre_post_no_saved_options
  • (bool) pre_post_no_startup_dialog
  • (ProvidedPath) pre_post_script_file
  • (ProvidedPath) pre_post_startup_script_file
  • (PrePost) pre_post_type
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (ProvidedPath) scratch_dir
  • (StdParallel) standard_parallel
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (ProvidedPath) user_function
  • (UUID) uuid
  • (Path) working_dir

AdaptiveSamplingActor

Inherits from: ReliabilityBaseActor

Reliability actor using the Adaptive Sampling method.

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (SettingsAdaptiveSampling) reliability_settings
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

AlgorithmPluginSystem

Inherits from: AlgorithmSystemActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

AlgorithmSystemActor

Inherits from: ParametricSystemActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

AMOPActor

Inherits from: AlgorithmSystemActor

Constructors

Properties

  • () active
  • (AMopSettings) amop_settings
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (MOPAdvancedSettings) mop_advanced_settings
  • (MOPAutomaticSettings) mop_automatic_settings
  • (str) name
  • (string_to_uint_map) parameter_importancy
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (eSettingsType) settings_type
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

AnsysAPDLInputActor

Inherits from: TextInputActor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) content
  • () distinct_working_directory
  • (str) encoding
  • () error_code
  • () execution_policy
  • (str) file_content
  • (ProvidedPath) file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • (list) registered_parameters
    List of parameters in the text. Note that these represent locations in the input file. So there can be multiple of them registered to the actual input parameters.
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) store_content
  • (UUID) uuid

AnsysWorkbenchActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (int) designs_per_process
  • () distinct_working_directory
  • () error_code
  • (Path) executable_path
  • () execution_policy
  • () goal
  • (int) group_size
  • (str) hostname
  • (InputFilesList) input_files
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • (int) number_of_processes
  • (OutputFilesList) output_files
  • (Path) path_to_connect
  • (ProvidedPath) path_to_project
  • () ports
  • (ProjectSource) project_source
  • (ProvidedPath) python_script_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) save_design_points
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) use_python_script
  • (bool) use_rsm
  • (UUID) uuid

Methods

add_input

add_input( (str)arg2, (PyOSDesignEntry)arg3) -> None



add_output

add_output( (str)arg2, (PyOSDesignEntry)arg3) -> None



add_parameter

add_parameter( (str)arg2, (PyOSDesignEntry)arg3) -> str



add_parameter_by_id

add_parameter_by_id( (str)arg2, (PyOSDesignEntry)arg3) -> str



add_response

add_response( (str)arg2, (PyOSDesignEntry)arg3) -> str



add_response_by_id

add_response_by_id( (str)arg2, (PyOSDesignEntry)arg3) -> str



close_project

close_project() -> bool



ensure_valid_connection

ensure_valid_connection() -> bool



get_connection

get_connection() -> MulticastInfo



get_input_name

get_input_name( (int)arg2) -> str



get_input_value

get_input_value( (int)arg2) -> PyOSDesignEntry



get_num_inputs

get_num_inputs() -> int



get_num_outputs

get_num_outputs() -> int



get_output_name

get_output_name( (int)arg2) -> str



get_output_value

get_output_value( (int)arg2) -> PyOSDesignEntry



open_project

open_project() -> bool



set_connection

set_connection( (MulticastInfo)arg2) -> None



AppendDesignsToBinFileActor

Inherits from: Actor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ARSMActor

Inherits from: OptimizationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (DOESettings) doe_settings
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (SettingsNLPQLP) nlpqlp_settings
  • (OptimizerSettingsARSM) optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

ARSMDSActor

Inherits from: ReliabilityBaseActor

Reliability actor using ARSM with Directional Sampling.

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (SettingsARSMDS) reliability_settings
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

AutoParamOutputVariable

Member class of: ETK

Inherits from: PythonBasedOutputVariable

Properties

  • () ident

BaseFileMapping

Member class of: ProcessActor

Constructors

Properties

  • (ArchivalMode) archival_mode
  • (str) slot_name
  • (Path) working_file_name

BashScriptActor

Inherits from: ScriptFileActor

Constructors

Properties

  • () active
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () content
  • () distinct_working_directory
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • () goal
  • (bool) ignore_exit_code
  • (InputFilesList) input_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (int) multi_design_launch_num
  • (str) name
  • (OutputFilesList) output_files
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () script_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (Path) working_dir

BatchScriptActor

Inherits from: ScriptFileActor

Constructors

Properties

  • () active
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () content
  • () distinct_working_directory
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • () goal
  • (bool) ignore_exit_code
  • (InputFilesList) input_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (int) multi_design_launch_num
  • (str) name
  • (OutputFilesList) output_files
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () script_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (Path) working_dir

CalculatorSetActor

Inherits from: IntegrationBaseActor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

CatiaInputActor

Inherits from: TextInputActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) content
  • () distinct_working_directory
  • (str) encoding
  • () error_code
  • () execution_policy
  • (str) file_content
  • (ProvidedPath) file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • (list) registered_parameters
    List of parameters in the text. Note that these represent locations in the input file. So there can be multiple of them registered to the actual input parameters.
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) store_content
  • (UUID) uuid

ColumnReader

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • (int) initial_offset
  • () repeater
  • (int) width

ColumnReader

Member class of: ETK

Inherits from: TextMarker

Constructors

Properties

  • (int) initial_offset
  • () repeater
  • (int) width

ColumnReader

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • (int) initial_offset
  • () repeater
  • (int) width

CustomAlgorithmActor

Inherits from: AlgorithmSystemActor

Constructors

  • CustomAlgorithmActor( (str) algorithm name) -> object :
    Create a Custom Algorithm actor by name. The corresponding script must be located in CA path.

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () id
    The custom algorithm's ID as specified in the wrapper script filename.
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () settings
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

CustomIntegrationActor

Inherits from: CustomizedBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () error_code
  • () error_code
  • () execution_policy
  • () goal
  • () id
    The custom integration's ID as specified in the wrapper script filename.
  • () instant_variable_update
  • () instant_variable_update
  • () instant_variable_update
  • () max_parallel
  • () max_runtime
  • () multi_design_launch_num
  • (str) name
  • () path
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () settings
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_as_input_integration
  • () use_as_output_integration
  • () use_as_solver
  • (UUID) uuid

CustomizedBaseActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_as_input_integration
  • () use_as_output_integration
  • () use_as_solver
  • (UUID) uuid

CustomizedBaseInfo

CustomizedOutputVariable

Member class of: ETK

Inherits from: PythonBasedOutputVariable

Properties

  • () ident

Methods

set_custom_id

set_custom_id( (str)arg2) -> None



DataExportActor

Inherits from: Actor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (ExportFailureTreatment) failure_treatment
  • () goal
  • () max_runtime
  • (str) name
  • (SplittedPath) path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

DataImportActor

Inherits from: Actor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (ImportFailureTreatment) failure_treatment
  • () goal
  • () max_runtime
  • (str) name
  • (SplittedPath) path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

DataMiningActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

DerivedLocation

Constructors

Properties

  • (str) expression
  • (str) location_id

DesignCounts

Constructors

Methods

get_estimated

get_estimated() -> object



get_upper_bound

get_upper_bound() -> object



DesignExportActor

Inherits from: Actor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) csv_delimiter
  • (NoneType) design_exporter
  • (ExportFormat) export_format
  • () goal
  • () max_runtime
  • (ProvidedPath) mdb_path
  • (str) name
  • (ProvidedPath) out_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

DesignImportActor

Inherits from: Actor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) csv_delimiter
  • (NoneType) design_importer
  • () goal
  • (ImportFormat) import_format
  • (Path) in_path
  • () max_runtime
  • (Path) mdb_path
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

DirectionalSamplingActor

Inherits from: ReliabilityBaseActor

Reliability actor using Directional Sampling.

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (SettingsDirectionalSampling) reliability_settings
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

DistinctWorkingDirActor

Inherits from: Actor

Inherited by

IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () goal
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

DPSActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () configuration
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • () max_submission_batch_size
  • (str) name
  • () output_files_to_fetch
  • () project
  • () read_mode
  • () refresh_token
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () url
  • (UUID) uuid

EAActor

Inherits from: NOAActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • () optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

ETK

Constructors

ETKAbaqusActor

Member class of: ETK

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKAbaqusActor

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKActor

Member class of: ETK

Inherits from: ETKActorBase

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • (ETKFileContainer) imported_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKActor

Inherits from: ETKActorBase

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • (ETKFileContainer) imported_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKActorBase

Member class of: ETK

Inherits from: IntegrationBaseActor

Inherited by

ETKActorSingle ETKActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKActorSingle

Member class of: ETK

Inherits from: ETKActorBase

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKFile

Member class of: ETK

Constructors

Properties

ETKFileContainer

iterable has_length itemsetter itemgetter

Member class of: ETK

Constructors

Methods

append

append( (object)arg2) -> None



----

append( (ETKFile)arg2) -> None



extend

extend( (object)arg2) -> None



size

size() -> int



ETKFloEFDActor

Member class of: ETK

Contains nested classes:

FloEFDOutputVariable

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKFloEFDActor

Contains nested classes:

FloEFDOutputVariable

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKSimPackActor

Member class of: ETK

Contains nested classes:

SimPackOutputVariable

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKSimPackActor

Contains nested classes:

SimPackOutputVariable

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKTextOutputActor

Member class of: ETK

Inherits from: ETKActorSingle

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKTextOutputActor

Inherits from: ETKActorSingle

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKTurboOptActor

Member class of: ETK

Contains nested classes:

TurboOptOutputVariable

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ETKTurboOptActor

Contains nested classes:

TurboOptOutputVariable

Inherits from: ETKActorSingle

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () splitted_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

ExecutionPolicy

Constructors

Properties

  • (Continuation) continuation_behaviour
    Continuation behaviour in case of predecessor failure
  • (WStrList) expressions
    Expression conditions
  • (Expressions) expressions_mode
    Fulfillment mode for expression conditions

FileLocation

Member class of: ETK

Constructors

FileMapping

Member class of: ProcessActor

Constructors

Properties

  • (ArchivalMode) archival_mode
  • (Path) input_file_name_
  • (str) slot_name
  • (Path) working_file_name

FileVariable

Member class of: ETK

Inherits from: Variable

Constructors

Properties

  • () ident

FloEFDInputActor

Inherits from: CustomizedBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_as_input_integration
  • () use_as_output_integration
  • () use_as_solver
  • (UUID) uuid

FloEFDOutputVariable

Member class of: ETKFloEFDActor

Inherits from: FileVariable

Properties

  • () ident

FloEFDOutputVariable

Member class of: ETK

Inherits from: FileVariable

Properties

  • () ident

FloEFDOutputVariable

Member class of: ETKFloEFDActor

Inherits from: FileVariable

Properties

  • () ident

FORMActor

Inherits from: ReliabilityBaseActor

Reliability actor using First Order Reliability Method.

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (SettingsFORM) reliability_settings
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

IncrementRepeater

Member class of: ETKTextOutputActor

Inherits from: MarkerRepeater

Properties

  • (int) increment
  • (int) max_increment
  • (int) offset

IncrementRepeater

Member class of: ETK

Inherits from: MarkerRepeater

Properties

  • (int) increment
  • (int) max_increment
  • (int) offset

IncrementRepeater

Member class of: ETKTextOutputActor

Inherits from: MarkerRepeater

Properties

  • (int) increment
  • (int) max_increment
  • (int) offset

InputFileMapping

Member class of: ProcessActor

Inherits from: BaseFileMapping

Constructors

Properties

  • (ArchivalMode) archival_mode
  • (Path) input_file_name
  • (Path) input_file_name_
  • (str) slot_name
  • (Path) working_file_name

InputFilesList

iterable has_length itemsetter itemgetter

Member class of: ProcessActor

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (InputFileMapping)arg2) -> None



size

size() -> int



IntegrationBaseActor

Inherits from: DistinctWorkingDirActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

Methods

add_expression

add_expression( (DerivedLocation)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> bool



----

add_expression( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> bool



add_parameter

add_parameter( (str)arg2, (PyOSDesignEntry)arg3 [, (object)arg4]) -> str



add_response

add_response( (tuple)arg2 [, (object)arg3]) -> str



----

add_response( (tuple)arg2 [, (DerivedLocation)arg3]) -> str



get_locations

get_locations() -> str



get_parameter

get_parameter( (PyOSDesignPoint)arg2) -> None



get_responses

get_responses( (PyOSDesignPoint)arg2) -> None



register_as_internal_location

register_as_internal_location( (DerivedLocation)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> bool



----

register_as_internal_location( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> bool



remove_expression

remove_expression( (str)arg2) -> bool



remove_input

remove_input( (str)arg2) -> None



remove_output

remove_output( (str)arg2) -> None



remove_parameter

remove_parameter( (str)arg2) -> None



remove_response

remove_response( (str)arg2) -> None



reread_parameter_reference_values

reread_parameter_reference_values( [, (bool)publish_reference_changes=True [, (bool)invalidate_on_fail=False]]) -> None


Re-reads parameter reference values and optionally updates values held by the parent system

reread_response_reference_values

reread_response_reference_values( [, (bool)publish_reference_changes=True [, (bool)invalidate_on_fail=False]]) -> None


Re-reads response reference values and optionally updates values held by the parent system

set_locations

set_locations( (str)arg2) -> bool



unregister_from_internal_locations

unregister_from_internal_locations( (str)arg2) -> bool



IntegrationPluginActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_parallel
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

Methods

get_internal_property_names

get_internal_property_names() -> list


Get names of properties defined by the plugin internally

get_plugin_id

get_plugin_id() -> str


The plugin id.

get_registered_inputs

get_registered_inputs() -> list


Get registered input slots

get_registered_outputs

get_registered_outputs() -> list


Get registered output slots

get_registered_parameters

get_registered_parameters() -> list


Get registered parameters

get_registered_responses

get_registered_responses() -> list


Get registered responses

load

load() -> bool


Initialize integration according to specified properties

----

load( (str)json) -> bool


Initialize integration according to specified json-string content

re_register_locations_as_parameter

re_register_locations_as_parameter() -> None



re_register_locations_as_response

re_register_locations_as_response() -> None



register_location_as_input

register_location_as_input( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> None



register_location_as_internal_variable

register_location_as_internal_variable( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> None



register_location_as_output

register_location_as_output( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> None



register_location_as_parameter

register_location_as_parameter( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> None



register_location_as_response

register_location_as_response( (str)arg2 [, (str)arg3 [, (PyOSDesignEntry)arg4]]) -> None



register_locations_as_input

register_locations_as_input() -> None



register_locations_as_internal_variable

register_locations_as_internal_variable() -> None



register_locations_as_output

register_locations_as_output() -> None



register_locations_as_parameter

register_locations_as_parameter() -> None



register_locations_as_response

register_locations_as_response() -> None



ISPUDActor

Inherits from: ReliabilityBaseActor

Reliability actor that utilizes Importance Sampling Using the Design Point.

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (SettingsISPUD) reliability_settings
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

LineReader

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • () repeater

LineReader

Member class of: ETK

Inherits from: TextMarker

Constructors

Properties

  • () repeater

LineReader

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • () repeater

LSDYNAInputActor

Inherits from: TextInputActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) content
  • () distinct_working_directory
  • (str) encoding
  • () error_code
  • () execution_policy
  • (str) file_content
  • (ProvidedPath) file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • (list) registered_parameters
    List of parameters in the text. Note that these represent locations in the input file. So there can be multiple of them registered to the actual input parameters.
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) store_content
  • (UUID) uuid

MarkerRepeater

Member class of: ETKTextOutputActor

Inherited by

IncrementRepeater

Constructors

MarkerRepeater

Member class of: ETK

Inherited by

IncrementRepeater

Constructors

MarkerRepeater

Member class of: ETKTextOutputActor

Inherited by

IncrementRepeater

Constructors

MatlabActor

Inherits from: SimtoolActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file_path
  • () goal
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • () pre_command
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () save
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) use_batch_mode
  • (UUID) uuid
  • () version

MemeticActor

Inherits from: OptimizationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (MemeticSettings) optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

MonitoringActor

Inherits from: Actor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

MonteCarloActor

Inherits from: ReliabilityBaseActor

Reliability actor using Monte Carlo methods.

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (SettingsMonteCarlo) reliability_settings
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

MOPActor

Inherits from: SurrogateBaseActor

Constructors

Properties

  • () active
  • () advanced_settings
    MOP advanced settings. Assigning to this property will activate advanced mode.
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () important_info
  • () max_runtime
  • () mdb_path
  • (eModelComplexityType) model_complexity
  • () mop_data
    MOP parameter and response handling.
  • (str) name
  • (int) num_responses_parallel
  • () parameter_manager
  • (MOPAlgoSettings) pmop_settings
  • () read_mode
  • () responses
  • () responses_to_be_used
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (eSettingsType) settings_type
  • () show_pp_when_avaiable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_incomplete_designs
  • (UUID) uuid
  • (eVariableReductionType) variable_reduction

MOPAdvancedSettings

Constructors

Properties

  • (bool) adapt_bounds
  • (float) adapt_bounds_safety_factor
  • (WStrList) custom_surrogates
  • (str) cv_values_suffix
  • (Path) log_file_path
  • (bool) log_in_file
  • (bool) log_in_project_log
  • (int) num_parallel
  • (bool) use_incomplete
  • (bool) write_cv_values
  • (bool) write_function_string

MOPAlgoSettings

Constructors

Properties

  • (float) coefficient_factor_ascmo
    Factor for minimum number of support points.
  • (float) coefficient_factor_kriging
    Factor for minimum number of support points.
  • (float) coefficient_factor_mls
    Factor for minimum number of support points.
  • (float) coefficient_factor_polynomial
    Factor for minimum number of support points.
  • (float) correlation_input_check
    Minimum correlation value for check.
  • (tuple) limits
    Set limits as tuple of two values.
  • (float) max_cod
    Maximum CoD step.
  • (float) max_coi
    Maximum CoI step.
  • (float) max_input_correlation
    Maximum correlation (multi-dimensional) for inputs.
  • (int) max_order_mls
    Maximum basis order.
  • (int) max_order_polynomial
    Maximum basis order.
  • (float) min_input_correlation
    Minimum correlation (threshold) for inputs.
  • (float) min_significance
    Limit for significance filter.
  • (int) num_correlation_steps
    Number of steps for correlation filter combinations
  • (float) step_cod
    Step size for CoD filter.
  • (float) step_coi
    Step size for CoI filter.
  • (float) step_significance
    Steps for filter reduction.
  • (TestingType) testing_type
  • (float) tolerance_cop_model
  • (float) tolerance_cop_variables
  • (bool) use_adjusted_cod
  • (bool) use_adjusted_cop
  • (bool) use_anisotropic_kernel_kriging
  • (bool) use_anisotropic_kernel_mls
  • (bool) use_ascmo
    Use ASCMO.
  • (bool) use_boxcox
    Use Box Cox.
  • (bool) use_cod_filter
  • (bool) use_coi_filter
  • (bool) use_correlation_filter
  • (bool) use_input_correlation_filter
  • (bool) use_interpolation
    Use interpolation.
  • (bool) use_kriging
    Use Kriging.
  • (bool) use_limits
  • (bool) use_mls
    Use moving least squares.
  • (bool) use_polynomials
    Use polynomials.
  • (bool) use_significance_filter
  • (bool) use_spearman
    Use Spearman.
  • (bool) use_uniform_resample

Methods

get_custom_surrogate_usage

get_custom_surrogate_usage() -> dict


Return a dictionary of available custom surrogates and their usage state.

set_custom_surrogate

set_custom_surrogate( (str)name, (bool)use) -> None


Set use of custom surrogate by name. Add the surrogate if not yet present.

set_defaults

set_defaults() -> None


Reset settings to default values.

MOPAutomaticSettings

Constructors

Properties

MOPData

Manages parameter importance and response usage for MOP.

Constructors

Properties

  • (string_to_uint_map) parameter_importance
    Set importance per parameter. The provided map may be partial, i.e. contain only the parameters that should be changed. The integer values 0 to 2 correspond to "Unimportant", "Selectable" and "Mandatory".
  • (string_to_bool_map) response_usage
    Set usage per response. Provided map may be partial.

MOPSolverActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (ExtrapolationType) boundary_handling
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (ProvidedPath) mdb_path
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

MulticastInfo

Constructors

Methods

GetHost

GetHost() -> str



GetLock

GetLock() -> str



GetName

GetName() -> str



GetPort

GetPort() -> int



GetProject

GetProject() -> str



SetIP

SetIP( (str)arg2) -> None



SetLock

SetLock( (str)arg2) -> None



SetName

SetName( (str)arg2) -> None



SetPort

SetPort( (int)arg2) -> None



SetProject

SetProject( (str)arg2) -> None



MulticastInfoVec

iterable has_length itemsetter itemgetter

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (MulticastInfo)arg2) -> None



size

size() -> int



NLPQLPActor

Inherits from: OptimizationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (SettingsNLPQLP) optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

NOA2Actor

Inherits from: OptimizationBaseActor

Constructors

Properties

  • () active
  • (SupportedAlgorithms) algorithm_type
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (OptimizerSettingsEA) optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

NOAActor

Inherits from: OptimizationBaseActor

Inherited by

EAActor PSOActor SDIActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • () optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

OctaveActor

Inherits from: SimtoolActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file_path
  • () goal
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • () pre_command
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () save
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • () version

ODBFieldOutputVariable

Member class of: ETKAbaqusActor

Inherits from: Variable

Properties

Methods

has_invariant

has_invariant() -> bool



reset_invariant

reset_invariant() -> None



ODBFieldOutputVariable

Member class of: ETK

Inherits from: Variable

Properties

Methods

has_invariant

has_invariant() -> bool



reset_invariant

reset_invariant() -> None



ODBFieldOutputVariable

Member class of: ETKAbaqusActor

Inherits from: Variable

Properties

Methods

has_invariant

has_invariant() -> bool



reset_invariant

reset_invariant() -> None



ODBHistoryOutputVariable

Member class of: ETKAbaqusActor

Inherits from: Variable

Properties

  • (str) history_output_description
  • (str) history_output_name
  • () ident
  • (Position) point_position
  • (str) region_name
  • (str) step_name
  • () tip_set_info
  • (bool) tipset_bound

ODBHistoryOutputVariable

Member class of: ETK

Inherits from: Variable

Properties

  • (str) history_output_description
  • (str) history_output_name
  • () ident
  • (Position) point_position
  • (str) region_name
  • (str) step_name
  • () tip_set_info
  • (bool) tipset_bound

ODBHistoryOutputVariable

Member class of: ETKAbaqusActor

Inherits from: Variable

Properties

  • (str) history_output_description
  • (str) history_output_name
  • () ident
  • (Position) point_position
  • (str) region_name
  • (str) step_name
  • () tip_set_info
  • (bool) tipset_bound

ODBSectionPointInfo

Member class of: ETKAbaqusActor

ODBSectionPointInfo

Member class of: ETK

ODBSectionPointInfo

Member class of: ETKAbaqusActor

ODBSectionPointInfoSet

iterable has_length

Member class of: ETKAbaqusActor

A mutable set.

Constructors

Methods

add

add( (ODBSectionPointInfo)element) -> None


Add element.

difference

difference( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return elements of this set that are not in other.

intersection

intersection( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return the intersection of this set and other.

remove

remove( (ODBSectionPointInfo)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return elements that are either in this set or in other but not in both.

union

union( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return the union of this set and other.

ODBSectionPointInfoSet

iterable has_length

Member class of: ETK

A mutable set.

Constructors

Methods

add

add( (ODBSectionPointInfo)element) -> None


Add element.

difference

difference( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return elements of this set that are not in other.

intersection

intersection( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return the intersection of this set and other.

remove

remove( (ODBSectionPointInfo)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return elements that are either in this set or in other but not in both.

union

union( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return the union of this set and other.

ODBSectionPointInfoSet

iterable has_length

Member class of: ETKAbaqusActor

A mutable set.

Constructors

Methods

add

add( (ODBSectionPointInfo)element) -> None


Add element.

difference

difference( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return elements of this set that are not in other.

intersection

intersection( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return the intersection of this set and other.

remove

remove( (ODBSectionPointInfo)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return elements that are either in this set or in other but not in both.

union

union( (ODBSectionPointInfoSet)other) -> ODBSectionPointInfoSet


Return the union of this set and other.

ODBSetInfo

Member class of: ETKAbaqusActor

Constructors

ODBSetInfo

Member class of: ETK

Constructors

ODBSetInfo

Member class of: ETKAbaqusActor

Constructors

ODBSetInfoSet

iterable has_length

Member class of: ETKAbaqusActor

A mutable set.

Constructors

Methods

add

add( (ODBSetInfo)element) -> None


Add element.

difference

difference( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return elements of this set that are not in other.

intersection

intersection( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return the intersection of this set and other.

remove

remove( (ODBSetInfo)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return elements that are either in this set or in other but not in both.

union

union( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return the union of this set and other.

ODBSetInfoSet

iterable has_length

Member class of: ETK

A mutable set.

Constructors

Methods

add

add( (ODBSetInfo)element) -> None


Add element.

difference

difference( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return elements of this set that are not in other.

intersection

intersection( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return the intersection of this set and other.

remove

remove( (ODBSetInfo)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return elements that are either in this set or in other but not in both.

union

union( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return the union of this set and other.

ODBSetInfoSet

iterable has_length

Member class of: ETKAbaqusActor

A mutable set.

Constructors

Methods

add

add( (ODBSetInfo)element) -> None


Add element.

difference

difference( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return elements of this set that are not in other.

intersection

intersection( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return the intersection of this set and other.

remove

remove( (ODBSetInfo)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return elements that are either in this set or in other but not in both.

union

union( (ODBSetInfoSet)other) -> ODBSetInfoSet


Return the union of this set and other.

OptimizationBaseActor

Inherits from: AlgorithmSystemActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

OutputFileMapping

Member class of: ProcessActor

Inherits from: BaseFileMapping

Constructors

Properties

  • (ArchivalMode) archival_mode
  • (FileImportance) importance
  • (bool) remove_on_reset
  • (str) slot_name
  • (Path) working_file_name
  • (str) working_file_regex

OutputFilesList

iterable has_length itemsetter itemgetter

Member class of: ProcessActor

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (OutputFileMapping)arg2) -> None



size

size() -> int



Parameter

Member class of: TextInputActor

Constructors

Properties

Methods

get_text

get_text( (str)arg2, (bool)arg3, (int)arg4, (int)arg5, (int)arg6) -> str



intersects

intersects( (Parameter)arg2) -> bool



read

read( (str)arg2, (bool)arg3) -> PyOSDesignEntry



replace

replace( (PyOSDesignEntry)arg2, (str)arg3, (int)arg4) -> PyOSDesignEntry



to_string

to_string( (PyOSDesignEntry)arg2) -> str



ParametricSystemActor

Inherits from: SequencingSystem

Inherited by

AlgorithmSystemActor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

PathActor

Inherits from: Actor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () max_runtime
  • (str) name
  • (ProvidedPath) path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

PDMActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

PDMReceiveActor

Inherits from: PDMActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

PDMSendActor

Inherits from: PDMActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

PerlScriptActor

Inherits from: ScriptFileActor

Constructors

Properties

  • () active
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () content
  • () distinct_working_directory
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • () goal
  • (bool) ignore_exit_code
  • (InputFilesList) input_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (int) multi_design_launch_num
  • (str) name
  • (OutputFilesList) output_files
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () script_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (Path) working_dir

PostprocessingActor

Inherits from: Actor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (ProvidedPath) custom_script_path
  • (bool) force_classic
  • () goal
  • () max_runtime
  • (ProvidedPath) mdb_path
  • (MonitoringMode) monitoring_mode
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) show_pp_during_run
  • (bool) show_reduced_pp_when_avaiable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (ProvidedPath) template_file
  • (bool) use_custom_script
  • (bool) use_template
  • (UUID) uuid
  • (bool) wait_for_pp_to_finish

ProcessActor

Inherits from: IntegrationBaseActor

Constructors

Enums

ArchivalMode
archivalDefault
archivalCompressed
archivalDelete
FileImportance
OPTIONAL
REQUIRED
WAIT_SUCCESS
WAIT_FAIL

Properties

  • () active
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • () goal
  • (bool) ignore_exit_code
  • (InputFilesList) input_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (int) multi_design_launch_num
  • (str) name
  • (OutputFilesList) output_files
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (Path) working_dir

ProEInputActor

Inherits from: TextInputActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) content
  • () distinct_working_directory
  • (str) encoding
  • () error_code
  • () execution_policy
  • (str) file_content
  • (ProvidedPath) file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • (list) registered_parameters
    List of parameters in the text. Note that these represent locations in the input file. So there can be multiple of them registered to the actual input parameters.
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) store_content
  • (UUID) uuid

PSOActor

Inherits from: NOAActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • () optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

Python2Actor

deprecated

Inherits from: PythonActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • (ProvidedPath) path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (str) source
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

PythonActor

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (str) name
  • (ProvidedPath) path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (str) source
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

PythonBasedOutputVariable

Member class of: ETK

Inherits from: FileVariable

Constructors

Properties

  • () ident

PythonScriptActor

Inherits from: ScriptFileActor

Properties

  • () active
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () content
  • () distinct_working_directory
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • () goal
  • (bool) ignore_exit_code
  • (InputFilesList) input_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (int) multi_design_launch_num
  • (str) name
  • (OutputFilesList) output_files
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () script_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (Path) working_dir

ReevaluateActor

Inherits from: SamplingActor

Constructors

Properties

  • () active
  • (bool) adapt_bounds
  • () algorithm_settings
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) design_dir_format
  • (Path) design_dir_path
  • (uintVec) design_numbers
  • (float) design_point_tolerance
  • (str) dot_graph
  • () dynamic_sampling
  • () goal
  • (Path) input_file_path
  • () max_runtime
  • (bool) merge_input_data
  • (bool) merge_output_data
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () preserve_start_design_ids
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • (OutputFileType) result_file_type
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (bool) use_input_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

RegexSearcher

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • (str) end_search_string
  • (bool) end_search_string_is_regex
  • () repeater
  • (str) search_string
  • (bool) search_string_is_regex

RegexSearcher

Member class of: ETK

Inherits from: TextMarker

Constructors

Properties

  • (str) end_search_string
  • (bool) end_search_string_is_regex
  • () repeater
  • (str) search_string
  • (bool) search_string_is_regex

RegexSearcher

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • (str) end_search_string
  • (bool) end_search_string_is_regex
  • () repeater
  • (str) search_string
  • (bool) search_string_is_regex

ReliabilityBaseActor

Inherits from: AlgorithmSystemActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • () reliability_settings
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

RepeaterArgs

Member class of: ETKTextOutputActor

Constructors

RepeaterArgs

Member class of: ETK

Constructors

RepeaterArgs

Member class of: ETKTextOutputActor

Constructors

RobustnessActor

Inherits from: SamplingActor

Constructors

Properties

  • () active
  • () algorithm_settings
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () dynamic_sampling
  • () goal
  • () max_runtime
  • (str) name
  • (PyOSDesignPoint) nominal_design_point
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () preserve_start_design_ids
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_nominal_design
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

SamplingActor

Inherits from: AlgorithmSystemActor

Constructors

Properties

  • () active
  • () algorithm_settings
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () dynamic_sampling
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () preserve_start_design_ids
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

ScriptFileActor

Inherits from: ProcessActor

Constructors

Properties

  • () active
  • (WStrList) arguments
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (str) command
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () content
  • () distinct_working_directory
  • (bool) enable_multi_design_launch
  • (WStrList) environment
  • () error_code
  • () execution_policy
  • () goal
  • (bool) ignore_exit_code
  • (InputFilesList) input_files
  • () instant_variable_update
  • (int) max_parallel
  • () max_runtime
  • (int) multi_design_launch_num
  • (str) name
  • (OutputFilesList) output_files
  • (bool) prepend_project_bin_to_path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () script_path
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (Path) working_dir

SDIActor

Inherits from: NOAActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • () optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

SensitivityActor

Inherits from: SamplingActor

Constructors

Properties

  • () active
  • () algorithm_settings
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () dynamic_sampling
  • () goal
  • () max_runtime
  • (str) name
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () preserve_start_design_ids
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

SimpackInputActor

Inherits from: CustomizedBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_as_input_integration
  • () use_as_output_integration
  • () use_as_solver
  • (UUID) uuid

SimPackOutputVariable

Member class of: ETKSimPackActor

Inherits from: FileVariable

Properties

  • () ident

SimPackOutputVariable

Member class of: ETK

Inherits from: FileVariable

Properties

  • () ident

SimPackOutputVariable

Member class of: ETKSimPackActor

Inherits from: FileVariable

Properties

  • () ident

SimplexActor

Inherits from: OptimizationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (float) design_point_tolerance
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • (OptimizerSettingsSimplex) optimizer_settings
  • () optimizer_settings
  • (PyParameterManager) parameter_manager
  • (ParameterMergingMode) parameter_merging_mode
  • (bool) prefer_criteria_from_slot
  • () read_mode
  • (bool) register_avz_files
  • (bool) register_cax_files
  • (bool) register_images
  • (PyOSDesignPoint) responses
  • () result_file_path
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • (bool) solve_duplicated
  • (bool) solve_reference
  • (bool) solve_start_designs_again
  • (bool) solve_violated
  • () start_designs
  • (PyOSDesignContainer) start_designs
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UpdateResultFileInterval) update_result_file
  • (UUID) uuid
  • (bool) write_osl3_bin_file_default

SimtoolActor

Inherits from: IntegrationBaseActor

Inherited by

MatlabActor OctaveActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () execution_policy
  • () file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () pre_command
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () save
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • () version

SlotPathList

iterable has_length itemsetter itemgetter

Member class of: ProcessActor

Constructors

Methods

append

append( (object)arg2) -> None



extend

extend( (object)arg2) -> None



push_back

push_back( (FileMapping)arg2) -> None



size

size() -> int



SurrogateBaseActor

Inherits from: Actor

Inherited by

MOPActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () important_info
  • () max_runtime
  • () mdb_path
  • (str) name
  • () parameter_manager
  • () read_mode
  • () responses
  • () responses_to_be_used
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () show_pp_when_avaiable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_incomplete_designs
  • (UUID) uuid

TaggedParametersActor

Inherits from: TextInputActor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) content
  • () distinct_working_directory
  • (str) encoding
  • () error_code
  • () execution_policy
  • (str) file_content
  • (ProvidedPath) file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • (list) registered_parameters
    List of parameters in the text. Note that these represent locations in the input file. So there can be multiple of them registered to the actual input parameters.
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) store_content
  • (UUID) uuid

TextInputActor

Contains nested classes:

Parameter

Inherits from: IntegrationBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) content
  • () distinct_working_directory
  • (str) encoding
  • () error_code
  • () execution_policy
  • (str) file_content
  • (ProvidedPath) file_path
  • () goal
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () read_mode
  • (list) registered_parameters
    List of parameters in the text. Note that these represent locations in the input file. So there can be multiple of them registered to the actual input parameters.
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (bool) store_content
  • (UUID) uuid

TextMarker

Member class of: ETKTextOutputActor

Constructors

Properties

  • () repeater

Methods

append

append( (TextMarker)arg2) -> None



get_child

get_child() -> TextMarker



get_row_reader

get_row_reader() -> bool



has_child

has_child() -> bool



has_repeater

has_repeater() -> bool



is_row_reader

is_row_reader() -> bool



TextMarker

Member class of: ETK

Constructors

Properties

  • () repeater

Methods

append

append( (TextMarker)arg2) -> None



get_child

get_child() -> TextMarker



get_row_reader

get_row_reader() -> bool



has_child

has_child() -> bool



has_repeater

has_repeater() -> bool



is_row_reader

is_row_reader() -> bool



TextMarker

Member class of: ETKTextOutputActor

Constructors

Properties

  • () repeater

Methods

append

append( (TextMarker)arg2) -> None



get_child

get_child() -> TextMarker



get_row_reader

get_row_reader() -> bool



has_child

has_child() -> bool



has_repeater

has_repeater() -> bool



is_row_reader

is_row_reader() -> bool



TextOutputVariable

Member class of: ETKTextOutputActor

Inherits from: FileVariable

Constructors

Properties

  • () ident
  • (bool) prefer_signal
    Prefer as signal.
  • (NoneType) reader
    Contains the variable's reader.

TextOutputVariable

Member class of: ETK

Inherits from: FileVariable

Constructors

Properties

  • () ident
  • (bool) prefer_signal
    Prefer as signal.
  • (NoneType) reader
    Contains the variable's reader.

TextOutputVariable

Member class of: ETKTextOutputActor

Inherits from: FileVariable

Constructors

Properties

  • () ident
  • (bool) prefer_signal
    Prefer as signal.
  • (NoneType) reader
    Contains the variable's reader.

TokenReader

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • () repeater
  • (str) separator

TokenReader

Member class of: ETK

Inherits from: TextMarker

Constructors

Properties

  • () repeater
  • (str) separator

TokenReader

Member class of: ETKTextOutputActor

Inherits from: TextMarker

Constructors

Properties

  • () repeater
  • (str) separator

TurboOptInputActor

Inherits from: CustomizedBaseActor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () distinct_working_directory
  • () error_code
  • () error_code
  • () execution_policy
  • () goal
  • () instant_variable_update
  • () instant_variable_update
  • () max_runtime
  • (str) name
  • () path
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • () use_as_input_integration
  • () use_as_output_integration
  • () use_as_solver
  • (UUID) uuid

TurboOptOutputVariable

Member class of: ETKTurboOptActor

Inherits from: FileVariable

Properties

  • () ident

TurboOptOutputVariable

Member class of: ETK

Inherits from: FileVariable

Properties

  • () ident

TurboOptOutputVariable

Member class of: ETKTurboOptActor

Inherits from: FileVariable

Properties

  • () ident

Variable

Member class of: ETK

Constructors

Properties

  • () ident

VariableActor

Inherits from: Actor

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid
  • (PyOSDesignEntry) variant

VariantMonitoringActor

Inherits from: Actor

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () goal
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid

WhileActor

Inherits from: SequencingSystem

Constructors

Properties

  • () active
  • () auto_save_mode
  • () auto_save_on_nth_design_collected
  • (dict) connected_inner_input_slots
    Dictionary with connected inner input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • (dict) connected_inner_output_slots
    Dictionary with connected inner output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • () connected_input_slots
    Dictionary with connected input slots as keys and the slot's sources as values. Each source is a tuple of the source actor and the source slot name.
  • () connected_output_slots
    Dictionary with connected output slots as keys and the slot's destinations as values. Each destination is a tuple of the destination actor and the destination slot name.
  • (str) dot_graph
  • () goal
  • () max_runtime
  • (str) name
  • () read_mode
  • () result_recycling
  • () retry_count
  • () retry_delay
  • () retry_enable
  • () starting_delay
  • () starting_point
  • () stop_after_execution
  • (UUID) uuid