poIPostManager SetReaderPropertyValue

Sets the property value for the specified reader.

Syntax

poIPostManager_handle SetReaderPropertyValue prop value reader_name

Application

HyperView Tcl Modify

Description

This command allows you to set "Reader Options" by providing the option (property) name and its value, as well as the reader name. The list and the meaning of the reader options vary from reader to reader.

Inputs

prop
The property defined by the reader.
value
The value to be set for the property.
reader_name
The name of the reader.

Example

hwi OpenStack
hwi GetSessionHandle session_handle sess_handle
sess_handle GetClientManagerHandle mgr Animation
mgr SetReaderPropertyValue "Model Organization" "By 1 Component" "Nastran/Optistruct Model Input Reader" 
hwi CloseStack

Errors

Returns 0 if successful, or a non-zero value if there is a failure.