Constructors
Methods
add_signal_info
add_signal_info( (str)signal name, (list)abscissa) -> None
Add new signal info by name and abscissa values. Skip if signal info is already present.
add_signal_info_y_data
add_signal_info_y_data( (str)signal name, (str)channel name, (str)data name, (str)data part name, (list)channel values) -> None
Add new channel values to an existing signal info.
get_signal_info_channel_names
get_signal_info_channel_names( (str)signal name) -> WStrList
Get a list of channel names for given signal info name
get_signal_info_data_names
get_signal_info_data_names( (str)signal name, (str)channel name) -> WStrList
Get a list of data names for given signal info name and channel name
get_signal_info_signal_names
get_signal_info_signal_names() -> WStrList
Get a list of signal info names
GetMOPInfo deprecated
has_best_design_infos
has_best_design_infos() -> bool
Returns whether the detailed info has iteration best design infos.
is_adaptive_mop_info
is_adaptive_mop_info() -> bool
Returns whether the detailed info is of type AdaptiveMOP info.
is_optimization_info
is_optimization_info() -> bool
Returns whether the detailed info is of type Optimization info.
is_reliability_info
is_reliability_info() -> bool
Returns whether the detailed info is of type Reliability info.
is_robustness_info
is_robustness_info() -> bool
Returns whether the detailed info is of type Robustness info.
is_sensitivity_info
is_sensitivity_info() -> bool
Returns whether the detailed info is of type Sensitivity info.
IsMOPInfo deprecated
Constructors
Methods
add_signal_info
add_signal_info( (str)signal name, (list)abscissa) -> None
Add new signal info by name and abscissa values. Skip if signal info is already present.
add_signal_info_y_data
add_signal_info_y_data( (str)signal name, (str)channel name, (str)data name, (str)data part name, (list)channel values) -> None
Add new channel values to an existing signal info.
get_signal_info_channel_names
get_signal_info_channel_names( (str)signal name) -> WStrList
Get a list of channel names for given signal info name
get_signal_info_data_names
get_signal_info_data_names( (str)signal name, (str)channel name) -> WStrList
Get a list of data names for given signal info name and channel name
get_signal_info_signal_names
get_signal_info_signal_names() -> WStrList
Get a list of signal info names
GetMOPInfo deprecated
has_best_design_infos
has_best_design_infos() -> bool
Returns whether the detailed info has iteration best design infos.
is_adaptive_mop_info
is_adaptive_mop_info() -> bool
Returns whether the detailed info is of type AdaptiveMOP info.
is_optimization_info
is_optimization_info() -> bool
Returns whether the detailed info is of type Optimization info.
is_reliability_info
is_reliability_info() -> bool
Returns whether the detailed info is of type Reliability info.
is_robustness_info
is_robustness_info() -> bool
Returns whether the detailed info is of type Robustness info.
is_sensitivity_info
is_sensitivity_info() -> bool
Returns whether the detailed info is of type Sensitivity info.
IsMOPInfo deprecated