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 | p.n "A" p.n "L*" |
selected | true , false |
p.selected not p.selected |
|
selectionFlag | sf |
true , false |
p.sf false p.sf |
Attributes specific to the conformation
attribute space:
Attribute name | Short name | Possible values | Examples |
---|---|---|---|
numberOfAtoms | nat |
integers | p.nat > 100 p.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 100conformation.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.