Help with topas command

How do i display only one iteration of topas command. Ideally i would topas -P to show only one instance rather than keep on running. is there any swicth?

topas is specific to AIX.
A general attempt is to feed a delayed quit command from the shell over a pipe

(sleep 3; echo q) | topas
1 Like