Thank you for your help, Rolf.  I am not always sure what properties are 
available, or even how they are named.  The full output is useful.

Matt

________________________________________
From: Rolf Huehne [rolf.hue...@leibniz-fli.de]
Sent: Wednesday, June 22, 2016 3:30 PM
To: jmol-users@lists.sourceforge.net
Subject: Re: [Jmol-users] Wildcard for atom properties

On 06/22/2016 09:02 PM, Kubasik, Matthew A. wrote:
> Rolf,
>
> Sorry, I switched conventions, which is confusing everything.
>
> So, yes, "print {atomno=3}.a?"  works to print atom properties with names 
> beginning with "a", but I thought "print {atomno=3}.?" would give ALL atom 
> properties.
>
> Same as, "print @3.a?"  works, but I thought "print @3.?" would print all 
> atom properties.
>
> Am I wrong about this?  Perhaps I am.
>
It seems like the shortcut notations for getting all properties at once
are broken (or the documentation is wrong). But the longer versions
still work for me:

   print getProperty("atomInfo",{atomno=3});
   print getProperty("atomInfo",{@3});

Regards,
Rolf

> Matt
>
> ________________________________________
> From: Rolf Huehne [rolf.hue...@leibniz-fli.de]
> Sent: Wednesday, June 22, 2016 2:53 PM
> To: jmol-users@lists.sourceforge.net
> Subject: Re: [Jmol-users] Wildcard for atom properties
>
> On 06/22/2016 08:25 PM, Kubasik, Matthew A. wrote:
>> Bob and List,
>>
>> Using the stand alone app on a Mac (10.11.5), I cannot seem to get the 
>> wildcard for atom properties to work as I would expect from
>>
>> http://chemapps.stolaf.edu/jmol/docs/index.htm?ver=14.6.0_2016.06.14#atomproperties.
>>
>> The doc says print {atomno=3}.a?  will give the atom properties that begin 
>> with "a".  This works.
>>
>> The doc also says print @3.?  will give all atom properties.  But print @3.? 
>> gives  "0.0".
>>
> Matt, it looks like typo for me. I guess the 'a' got lost and it should
> be 'print @3.a?', which works for me.
>
> Regards,
> Rolf
>
> --
>
> Rolf Huehne
> Postdoc
>
> Leibniz Institute on Aging - Fritz Lipmann Institute (FLI)
> Beutenbergstrasse 11
> 07745 Jena, Germany
>
> Phone:   +49 3641 65 6205
> Fax:     +49 3641 65 6210
> E-Mail:  rolf.hue...@leibniz-fli.de
> Website: http://www.leibniz-fli.de
>
>             Scientific Director: Prof. Dr. K. Lenhard Rudolph
>          Head of Administration: Dr. Daniele Barthel
> Chairman of Board of Trustees: Burkhard Zinner
>
> VAT No: DE 153 925 464
> Register of Associations: No. 230296, Amtsgericht Jena
> Tax Number: 162/141/08228
>
>
> ------------------------------------------------------------------------------
> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
> ------------------------------------------------------------------------------
> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>


--

Rolf Huehne
Postdoc

Leibniz Institute on Aging - Fritz Lipmann Institute (FLI)
Beutenbergstrasse 11
07745 Jena, Germany

Phone:   +49 3641 65 6205
Fax:     +49 3641 65 6210
E-Mail:  rolf.hue...@leibniz-fli.de
Website: http://www.leibniz-fli.de

           Scientific Director: Prof. Dr. K. Lenhard Rudolph
        Head of Administration: Dr. Daniele Barthel
Chairman of Board of Trustees: Burkhard Zinner

VAT No: DE 153 925 464
Register of Associations: No. 230296, Amtsgericht Jena
Tax Number: 162/141/08228


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to