BioSimSpace.Protocol.Custom¶
-
class
BioSimSpace.Protocol.
Custom
(config)¶ A class for storing custom protocols.
-
__init__
(config)¶ Constructor.
- Parameters
config (str, [ str ]) – The custom protocol configuration.
Methods
__init__
(config)Constructor.
Return the custom configuration.
setConfig
(config)Set the custom configuration.
-
getConfig
()¶ Return the custom configuration.
- Returns
config – Return the list of configuration strings.
- Return type
[ str ]
-
setConfig
(config)¶ Set the custom configuration.
- Parameters
config (str, [ str ]) – A config file, or list of configuration strings.
-