poIStressLinearizationCtrl SetPlotOption

Sets the plot option to be used for the Stress Linearization and Strain Linearization methods.

Syntax

poIStressLinearizationCtrl_handle SetPlotOption option

Application

HyperView Tcl Modify

Description

This command sets the plot option to be used for Stress Linearization and Strain Linearization. "Extracted and Linearized Values" is the default plot option. This plot option is not applicable for the "Extract Data" run method.

Inputs

option
Plot options available are: "Extracted and Linearized Values" and "Linearized Values".

Example

To set the plot option to be used:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle [client_handle GetActiveModel]
model_handle GetResultCtrlHandle result_ctrl
result_ctrl GetStressLinearizationCtrlHandle stresslin_ctrl
stresslin_ctrl SetPlotOption plot_option
hwi CloseStack

Errors

None.