pyyeti.nastran.op4.OP4.dir

OP4.dir(filename, verbose=True)[source]

Directory of all matrices in op4 file.

Parameters:
  • filename (string) – Name of op4 file to read.

  • 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

dctload(), listload(), write(), save()