All states: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 5: | Line 5: | ||
==Syntax== | ==Syntax== | ||
<source lang="python"> | |||
set all_states, on | set all_states, on | ||
set all_states, off | set all_states, off | ||
</source> | |||
==Example== | ==Example== | ||
<source lang="python"> | |||
load 1brv.pdb # Get it locally first by e.g. using the Plugin: "PDB Loader Service" | load 1brv.pdb # Get it locally first by e.g. using the Plugin: "PDB Loader Service" | ||
set all_states, on | set all_states, on | ||
</source> |
Revision as of 15:28, 14 September 2006
Overview
When set "on", this setting causes PyMOL to display all states or in NMR jargon: all the models in the ensemble. The 'default' behavior (OFF) can be overridden by placing the "set all_states, on" statement into your '.pymolrc' file, located in your login directory (under all flavors of unix).
Syntax
set all_states, on
set all_states, off
Example
load 1brv.pdb # Get it locally first by e.g. using the Plugin: "PDB Loader Service"
set all_states, on