getnumreqs
Returns the number of requests for a given data type. The function has two forms. Use the first form when there is zero or at most one subcase and second form when there are multiple subcases.
Attention: Valid only with Altair CAE Readers and Writers Extension.
Syntax
getnumreqs(filename, datatype)
getnumreqs(filename, subcase, datatype)
R = getnumreqs(...)
Inputs
- filename
- Path of the file.
- subcase
- Subcase name or index in the file.
- datatype
- Data type name or index in the file.
Outputs
- R
- Number of requests.
Example
Basic getnumreqs example without
subcase:
getnumreqs('Path/To/File/ANGACC','Angular Acceleration')
R = 5
Basic getnumreqs example with
subcase:
getnumreqs('Path/To/File/bezel.res','Scalar','Velocities (c)')
R = 237