[Up] [mmversion] Installation and Software Evolution

mmregister
Register the SDC Morphology Toolbox.

Synopsis

s = mmregister( code = None, file_name = None )

Implemented in Python.

Input

code String

Authorization code.

Default: None

file_name String

Filename of the license file to be created.

Default: None

Output

s String

Message of the status of the license.

Description

mmregister licenses the copy of the SDC Morphology Toolbox by entering the license code and the toolbox license file. If mmregister is called without parameters, it returns the internal code that must be sent for registration.

Source Code

def mmregister(code=None, file_name=None):
    s = 'License is not required'
    return s
    

See also

mmversion SDC Morphology Toolbox version.
mminstall Verify if the Morphology Toolbox is registered.
[Up] [mmversion] Python