pyyeti.nastran.op4.dir

pyyeti.nastran.op4.dir(filename=None, verbose=True)[source]

Directory of all matrices in op4 file; non-member version of OP4.dir().

Parameters:
  • filename (string or None; optional) – Name of op4 file to read. Can also be the name of a directory or None; in these cases, a GUI is opened for file selection.

  • verbose (bool; optional) – If true, directory will be printed to screen.

Returns:

  • names (list) – Lower-case list of matrix names in order as read.

  • sizes (list) – List of sizes [(r1, c1), (r2, c2), …], for each matrix.

  • forms (list) – List of integers specifying the Nastran form of each matrix.

  • mtypes (list) – List of integers specifying the Nastran type of each matrix.

See also

load(), write()