Pdb conect all: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 10: Line 10:
set pdb_conect_all, on
set pdb_conect_all, on
</source>
</source>
=== PyMOL API ===
<source lang="python">
cmd.set('pdb_conect_all', 'on')
</source>




[[Category:Settings|Pdb_conect_all]]
[[Category:Settings|Pdb_conect_all]]

Revision as of 12:13, 14 September 2015

Introduction

pdb_conect_all turns on/off the ability of PyMol to save the CONECT data in a PDB file.

Values

  • off turns the feature off
  • on turns the feature on

Example

set pdb_conect_all, on

PyMOL API

cmd.set('pdb_conect_all', 'on')