Conformation attributes#
Conformation attributes are defined in the conformation attribute space (short name: co), that matches only conformation nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples | 
|---|---|---|---|
| name | n | strings in quotes | co.n "A"co.n "L*" | 
| selected | true,false | co.selectednot co.selected | |
| selectionFlag | sf | true,false | co.sf falseco.sf | 
Attributes specific to the conformation attribute space:
| Attribute name | Short name | Possible values | Examples | 
|---|---|---|---|
| numberOfAtoms | nat | integers | co.nat > 100co.n 100:200 | 
name#
Inherited from node.name.
numberOfAtoms#
The conformation.numberOfAtoms attribute (short name: co.nat) matches conformations with specific number of atoms.
Possible values: integers.
Examples:
- conformation.nat > 100(short version:- co.nat > 100): matches conformations with the number of atoms more than 100
- conformation.nat 100:200(short version:- co.nat 100:200): matches conformations with the number of atoms between 100 and 200
selected#
Inherited from node.selected, but without the short name s.
selectionFlag#
Inherited from node.selectionFlag.