Path attributes#
Path attributes are defined in the path attribute space (short name: p), 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.selectednot p.selected |
|
| selectionFlag | sf |
true, false |
p.sf falsep.sf |
Attributes specific to the path attribute space:
| Attribute name | Short name | Possible values | Examples |
|---|---|---|---|
| numberOfAtoms | nat |
integers | p.nat > 100p.n 100:200 |
name#
Inherited from node.name.
numberOfAtoms#
The path.numberOfAtoms attribute (short name: p.nat) matches paths with specific number of atoms.
Possible values: integers.
Examples:
path.nat > 100(short version:p.nat > 100): matches paths with the number of atoms more than 100path.nat 100:200(short version:p.nat 100:200): matches paths 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.