ABQFHOutputRequest (Object)

Represents the base interface for field and history output request objects.
Role: The ABQFHOutputRequest interface manages the common properties of field and history output requests.

Properties


Property EquallySpacedIncr( iAtEquallySpacedIncr) (Write Only)
For explicit dynamic step: Sets request for output results at equally spaced increments.
Parameters:
iAtEquallySpacedIncr
The increment number which allows the user to set output results at this interval
Property EveryXIncrOfTime( iAtEveryXIncr) (Write Only)
For explicit dynamic step: Sets request for output results at every specified units of time.
Parameters:
iAtEveryXIncr
The time interval which allows the user to set output results at this interval
Property OutputAtDefOrAllSecPts( iOutputAtSecPts) (Write Only)
Sets request for output results at section points.
Parameters:
iOutputAtSecPts
The option to request output results at section points: Default or All

Legal values:
"ABQDEFAULTSECPTS"
"ABQALLSECPTS"
Property PreSelectDefaultOrAll( iOutputVarType) (Write Only)
Sets request for results for preselect default or ALL variables.
Parameters:
iOutputVarType
The option to request output results for set of variables: Preselected or All

Legal values:
"ABQPRESELECTDEFVAR"
"ABQALLVAR"
Property SpecifiedModes( iSpecifiedModes) (Write Only)
For frequency step: Sets request for output results at specified modes.
Parameters:
iSpecifiedModes
The list of modes for which output is requested
Property SpecifiedOutputVariables( iVariableNameBSTR) (Write Only)
Sets the specified variables for which results are requested.
Parameters:
iVariableNameBSTR
The list of variables for which output is requested For example: If user wants to request output for variables 'U' and 'S', then iVariableNameBSTR will be "U, S"
Property SpecifiedSecPts( iSpecifiedSecPts) (Write Only)
Sets request for output results at specified section points.
Parameters:
iSpecifiedSecPts
The list of section points at which output is requested
Property TimingFlag() As
Returns or sets a flag for output at approximate or exact times. A true value indicates that request for output results at approximate times and a false value for output results at exact times.
Returns:
A boolean specifying whether request for output results at approximate or exact times.

Methods


Sub SetOutputAtAllModes()
For frequency step: Sets request for output results at all modes.