This is a read-only mirror of pymolwiki.org

Difference between revisions of "Get State"

From PyMOL Wiki
Jump to navigation Jump to search
(Created page with '===Description=== "get_state" returns the current state index (1-based) ===PYMOL API=== cmd.get_state() ===NOTES=== States refer to different geometric configuratio…')
 
m (moved Get state to Get State)
(No difference)

Revision as of 21:39, 25 May 2010

Description

  "get_state" returns the current state index (1-based)

PYMOL API

  cmd.get_state()

NOTES

  States refer to different geometric configurations which an object
  can above.  By default, states and movie frames have a one-to-one
  relationship.  States can be visited in an arbitrary order to
  create frames.  The "mset" command allows you to build a
  relationship between states and frames.

SEE ALSO

Get Frame