The FieldOutputRequest object defines a field output request.
import step mdb.models[name].fieldOutputRequests[name]
This method creates a FieldOutputRequest object.
mdb.models[name].FieldOutputRequest
Required arguments
A String specifying the repository key.
A String specifying the name of the step in which the object is created.
Optional arguments
The SymbolicConstant MODEL or a Region object specifying the region from which output is requested. The SymbolicConstant MODEL represents the whole model. The default value is MODEL.
A sequence of Strings specifying output request variable or component names, or the SymbolicConstant PRESELECT or ALL. PRESELECT represents all default output variables for the given step. ALL represents all valid output variables. The default value is PRESELECT.
The SymbolicConstant LAST_INCREMENT or an Int specifying the output frequency in increments. The default value is 1.
The SymbolicConstant ALL or a sequence of Ints specifying a list of eigenmodes for which output is desired. The default value is ALL.
The SymbolicConstant EVERY_TIME_INCREMENT or a Float specifying the time interval at which the output states are to be written. The default value is EVERY_TIME_INCREMENT.
An Int specifying the number of intervals during the step at which output database states are to be written. The default value is 20.
A Boolean specifying when to write results to the output database. OFF indicates that output is written immediately after the time dictated by the specified number of intervals. ON indicates that output is written at the exact times dictated by the specified number of intervals. The default value is OFF.
A String specifying a bolt load from which output is requested.
The SymbolicConstant DEFAULT or a sequence of Ints specifying the section points for which output requested. The default is DEFAULT.
None or a sequence of Strings specifying the interaction names. The default value is None.
The sequence can contain only one String.
A SymbolicConstant specifying whether output is requested for rebar. Possible values are EXCLUDE, INCLUDE, and ONLY. The default value is EXCLUDE.
The SymbolicConstant ANTIALIASING or a String specifying the name of an output filter object. The default value is None.
A Boolean specifying whether to output directions of the local material coordinate system. The default value is ON.
A String specifying the fastener name. The default value is an empty string.
A String specifying the assembled fastener name. The default value is an empty string.
A String specifying the set name from the model referenced by the assembled fastener, assembledFastener. The default value is an empty string.
A Boolean specifying whether the output domain is restricted to the exterior of the model. This argument is only valid if region=MODEL. The default value is OFF.
A List of Composite Layer Names.
A Symbolic constant specifying the method used to indicate the output locations for composite layups. Possible values are ALL_LOCATIONS, SPECIFIED and TYPED_IN. The default value is SPECIFIED.
A Boolean specifying whether to output at the ply top section point. The default value is False.
A Boolean specifying whether to output at the ply mid section point. The default value is True.
A Boolean specifying whether to output at the ply bottom section point. The default value is False.
Return value
A FieldOutputRequest object.
Exceptions
This method deactivates the field output request in the specified step and all its subsequent steps.
Required argument
A String specifying the name of the step in which the field output request is deactivated.
Optional arguments
Return value
Exceptions
TextError.
This method moves the field output request state object from one step to a different step.
Required arguments
A String specifying the name of the step from which the field output request state is moved.
A String specifying the name of the step to which the field output request state is moved.
Optional arguments
Return value
Exceptions
TextError.
This method resets the field output request state of the specified step to the state of the previous step.
Required argument
A String specifying the name of the step in which the field output request state is reset.
Optional arguments
Return value
Exceptions
TextError.
This method resumes the field output request that was previously suppressed.
Arguments
Return value
Exceptions
TextError.
This method suppresses the field output request.
Arguments
Return value
Exceptions
TextError.
This method modifies the data for an existing FieldOutputRequest object in the step where it is created.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the FieldOutputRequest method, except for the name and createStepName arguments.
Return value
Exceptions
This method modifies the propagating data for an existing FieldOutputRequest object in the specified step.
Required argument
A String specifying the name of the step in which the field output request is modified.
Optional arguments
A sequence of Strings specifying output request variable or component names, or the SymbolicConstant PRESELECT or ALL. PRESELECT represents all default output variables for the given step. ALL represents all valid output variables.
The SymbolicConstant LAST_INCREMENT or an Int specifying the output frequency in increments. The default value is 1.
The SymbolicConstant ALL or a sequence of Ints specifying a list of eigenmodes for which output is desired. The default value is ALL.
The SymbolicConstant EVERY_TIME_INCREMENT or a Float specifying the time interval at which the output states are to be written. The default value is EVERY_TIME_INCREMENT.
An Int equal to the number of intervals during the step at which output database states are to be written. The default value is 20.
A String specifying the name of a time point object. The default value is equal to the number of intervals during the step at which output database states are to be written. The default value is None.
A Boolean specifying when to write results to the output database. The default value is OFF.
Return value
Exceptions
The FieldOutputRequest object can have the following members:
A String specifying a bolt load from which output is requested.
The SymbolicConstant MODEL or a Region object specifying the region from which output is requested. The SymbolicConstant MODEL represents the whole model. The default value is MODEL.
None or a tuple of Strings specifying the interaction names. The default value is None.
The sequence can contain only one String.
*CONTACT OUTPUT |
*ELEMENT OUTPUT |
*ENERGY OUTPUT |
*INCREMENTATION OUTPUT |
*MODAL OUTPUT |
*NODE OUTPUT |
*OUTPUT |
*RADIATION OUTPUT |