PRINT ANALYSIS RESULTS - List / Limit Load Cases?

When Print result information to the analysis results file (*.ANL), you can limit the output to certain nodes or members (LIST...):

PERFORM ANALYSIS

PRINT MEMBER FORCES LIST ALL

PRINT JOINT DISPLACEMENTS LIST 7 11

FINISH

...but is there a way / command that can LIMIT THE NUMBER OF LOAD CASES PRINTED?...similar to...

(the below commands do not actually do what I want)

PERFORM ANALYSIS

PRINT MEMBER FORCES LIST ALL LOAD 100 TO 133

PRINT JOINT DISPLACEMENTS LIST 7 11 LOAD 100 TO 133

FINISH

(the Loads I'm concerned with are combinations, so the LOAD LIST command is not achieving this)

Parents Reply Children
No Data