
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jmol.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FGetProperty</id>
	<title>Scripting/GetProperty - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jmol.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FGetProperty"/>
	<link rel="alternate" type="text/html" href="https://wiki.jmol.org/index.php?title=Scripting/GetProperty&amp;action=history"/>
	<updated>2026-05-30T20:14:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.jmol.org/index.php?title=Scripting/GetProperty&amp;diff=5764&amp;oldid=prev</id>
		<title>AngelHerraez: document properties that can be read from Jmol</title>
		<link rel="alternate" type="text/html" href="https://wiki.jmol.org/index.php?title=Scripting/GetProperty&amp;diff=5764&amp;oldid=prev"/>
		<updated>2009-05-26T09:06:37Z</updated>

		<summary type="html">&lt;p&gt;document properties that can be read from Jmol&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= The getProperty command =&lt;br /&gt;
&lt;br /&gt;
[{{ScriptingDoc}}#getproperty Reference documentation for getProperty]&lt;br /&gt;
&lt;br /&gt;
This command allows scripted retrieval of several information bits from Jmol, including the full content of the molecular model, organized by model, chain. residue and atom.&lt;br /&gt;
&lt;br /&gt;
Syntax:  '''&amp;lt;code&amp;gt;getProperty&amp;lt;/code&amp;gt; ''myProperty'''''&lt;br /&gt;
&lt;br /&gt;
where ''myProperty'' is (as of Jmol 11.6.21) one of these:&lt;br /&gt;
{|&lt;br /&gt;
|- style=&amp;quot;text-align:center; color:green;&amp;quot;&lt;br /&gt;
| property name || comments || value returned&lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! appletInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! fileName &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
! fileHeader &lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
! fileContents &amp;lt;pathname&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! fileContents &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! animationInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! modelInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: all atoms &lt;br /&gt;
|- &lt;br /&gt;
! shapeInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! measurementInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! centerInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! orientationInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! transformInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! atomList &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms &lt;br /&gt;
|- &lt;br /&gt;
! atomInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms  &lt;br /&gt;
|- &lt;br /&gt;
! bondInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms &lt;br /&gt;
|- &lt;br /&gt;
! chainInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms &lt;br /&gt;
|- &lt;br /&gt;
! polymerInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms  &lt;br /&gt;
|- &lt;br /&gt;
! moleculeInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms &lt;br /&gt;
|- &lt;br /&gt;
! stateInfo &amp;lt;state type&amp;gt; &lt;br /&gt;
| default is: all atoms &lt;br /&gt;
|- &lt;br /&gt;
! extractModel &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms  &lt;br /&gt;
|- &lt;br /&gt;
! jmolStatus statusNameList &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! jmolViewer &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! messageQueue &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! auxiliaryInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is all atoms &lt;br /&gt;
|- &lt;br /&gt;
! boundBoxInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! dataInfo &amp;lt;data type&amp;gt; &lt;br /&gt;
| default is: types&lt;br /&gt;
|- &lt;br /&gt;
! image &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! evaluate &amp;lt;expression&amp;gt; &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! menu &amp;lt;type&amp;gt; &lt;br /&gt;
| default is: current menu &lt;br /&gt;
|- &lt;br /&gt;
! minimizationInfo &lt;br /&gt;
| &lt;br /&gt;
|- &lt;br /&gt;
! PointGroupInfo &amp;lt;atom selection&amp;gt; &lt;br /&gt;
| default is: visible atoms &lt;br /&gt;
|}&lt;br /&gt;
:''(Expressions between angular brackets must be replaced by a valid value)''&lt;/div&gt;</summary>
		<author><name>AngelHerraez</name></author>
		
	</entry>
</feed>