Create profile
profile = systemcomposer.createProfile(profileName)
creates a new profile object of type profile
= systemcomposer.createProfile(profileName
)systemcomposer.profile.Profile
to set
up a set of stereotypes. To save a profile in a different directory, type
profile.save(‘my/New/File/Path/’)
.
systemcomposer.createProfile('new_profile') profile = systemcomposer.createProfile('new_profile')