Hi Tim

> I would like to display pdb file name and frame number using an echo  
> command.  is there a way to access this info, akin to displaying  
> residue names, etc.?

I think at least filename can be retrieved using getProperty, but would have 
to look it up. (no time now)

 
> alternatively, I know this info before writing my script - is there a  
> way to link an echo command to a particular frame?  in other words,  
> have the echo display only when that frame is visible?

No idea if such association can be done, but I thought it **might** work 
using atom-based echo:
        set echo myEcho (model=2)

but this "set echo" is not working even for a single file, single frame  (Am I 
doing it OK, Bob?):
        set echo myEcho (atomno=2)

It does not work, and I get error:
script ERROR: an integer number was expected
         set echo myecho >> ( << atomno = 2 )
(using 11.1.29)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to