Details | Last modification | View Log | RSS feed
values = []
expFeatures = expSlide.getExpandedFeatures()
if expFeatures is not None:
for expFeature in expFeatures:
print expFeature.getFeatureDefinition().getID()
if expFeature.getFeatureDefinition().getID() == 120003:
expBullets = expFeature.getExpandedBullets()
if expBullets is not None:
for expBullet in expBullets:
formfactor = expBullet.getValue()
values.append(formfactor)