ABQDataOutputRequest (Object)

Represents an Abaqus data output request (ABQDataOutputRequest) object.
Role: Access an Abaqus data output request object or determine its properties.

Methods


Sub SetSpecifiedOutputVariables( iVariableNameBSTR, iDatOutputVarType)
Sets the specified variables and category type for which results are requested.
Parameters:
iVariableNameBSTR
The list of variables for which output is requested For example: If user wants to request for output for variables 'U' and 'S', then iVariableNameBSTR will be "U, S"
iDatOutputVarType
The variable type: Node based, Element based etc.

Legal values:
"DATOUTPUTTYPE_NODE"
"DATOUTPUTTYPE_ELEMENT"
"DATOUTPUTTYPE_CONTACT"
"DATOUTPUTTYPE_ENERGY"
Sub UnsetOutputType( iDatOutputVarType)
Unset the data output request for specified type
Parameters:
iDatOutputVarType
The variable type: Node based, Element based etc. User can unset the request for the variable type, if user does not want result for this type and it it was requested in previous step

Legal values:
"DATOUTPUTTYPE_NODE"
"DATOUTPUTTYPE_ELEMENT"
"DATOUTPUTTYPE_CONTACT"
"DATOUTPUTTYPE_ENERGY"