Method: getCurrentRefSampleComponentStore
Get for memops.Implementation.MemopsRoot.currentRefSampleComponentStore
guid:
|
ccpn_automatic_memops.Implementation.MemopsRoot.getCurrentRefSampleComponentStore
|
OpType:
|
get
|
OpSubType:
|
None
|
isQuery:
|
True
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
result = dataDict.get('currentRefSampleComponentStore')
if result is None:
self.findFirstRefSampleComponentStore()
result = dataDict.get('currentRefSampleComponentStore')
|
|