This is a read-only mirror of pymolwiki.org

Difference between revisions of "Pdb Conect All"

From PyMOL Wiki
Jump to navigation Jump to search
m (1 revision)
 
m (2 revisions)
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
</source>
 
</source>
  
 +
=== PyMOL API ===
 +
<source lang="python">
 +
cmd.set('pdb_conect_all', 'on')
 +
</source>
 +
 +
=== See Also ===
 +
[[Pdb_conect_nodup]], [[Pdb_use_ter_records]]
  
 
[[Category:Settings|Pdb_conect_all]]
 
[[Category:Settings|Pdb_conect_all]]

Latest revision as of 01:04, 19 October 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')

See Also

Pdb_conect_nodup, Pdb_use_ter_records