PSCF v1.2
|
A single command, with a label and zero or more parameters. More...
Public Member Functions | |
__init__ (self, line) | |
Constructor. | |
nParam (self) | |
Number of parameter / arguments of the command. | |
param (self, i=0) | |
Return parameter number i. | |
setParam (self, value, i=0) | |
Set the value of a specific command parameter. | |
![]() | |
__str__ (self) | |
String representation - line from which Record was constructed. | |
A single command, with a label and zero or more parameters.
The first string (or field) in a command is the label, and subsequent space separated strings are interpreted as command parameters. All fields are stored verbatim as strings.
Definition at line 153 of file command.py.
pscfpp.command.Command.__init__ | ( | self, | |
line ) |
Constructor.
line | string containing the command line |
Reimplemented from pscfpp.text.Record.
Definition at line 160 of file command.py.
References Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), pscfpp.command.Command.fields, pscfpp.text.Record.fields, pscfpp.command.Command.label, pscfpp.param.Array.label, pscfpp.param.Composite.label, pscfpp.param.Matrix.label, pscfpp.param.Parameter.label, Util::ArrayParam< Type >.label(), Util::MatrixParam< Type >.label(), Util::Parameter.label(), Util::XmlAttribute.label(), Util::XmlEndTag.label(), and Util::XmlStartTag.label().
pscfpp.command.Command.nParam | ( | self | ) |
Number of parameter / arguments of the command.
Definition at line 167 of file command.py.
References Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), pscfpp.command.Command.fields, and pscfpp.text.Record.fields.
pscfpp.command.Command.param | ( | self, | |
i = 0 ) |
Return parameter number i.
i | index of command parameter / argument |
Definition at line 175 of file command.py.
References Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), pscfpp.command.Command.fields, and pscfpp.text.Record.fields.
Referenced by pscfpp.output.State.__init__(), and pscfpp.output.State.__str__().
pscfpp.command.Command.setParam | ( | self, | |
value, | |||
i = 0 ) |
Set the value of a specific command parameter.
value | new value for the specified command parameter |
i | index of command parameter (0 by default) |
Definition at line 184 of file command.py.
References Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, FT >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpc::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, FT >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), Pscf::Rpg::FieldState< D, DArray< double > >.fields(), pscfpp.command.Command.fields, and pscfpp.text.Record.fields.