4 from AnalysisAlgorithmsConfig.ConfigBlock
import ConfigBlock
8 """the ConfigBlock for linking systematic variation and nominal objects"""
11 super (SystObjectLinkBlock, self).__init__ ()
12 self.addOption(
'containerName',
'', type=str,
14 info=
"the name of the input container.")
17 """Return the instance name for this block"""
18 return self.containerName
22 alg = config.createAlgorithm(
'CP::SystObjectLinkerAlg',
'SystObjLinker', reentrant=
True)
23 alg.input = config.readName (self.containerName)