compile_model
procedure compile_model(src_file, dst_file=None, options=None, user_comment=None, password_file=None, private_key=None, public_keys_file=None)
|
src_file
|
Path to the Mosel source file (
.mos). May contain environment variable references using
${varname} notation.
|
||||||||||||||||||||||||||||
|
dst_file
|
Path for the output BIM file. If
None, uses the source file path with
.bim extension.
|
||||||||||||||||||||||||||||
|
options
|
Compiler options string (options separated by spaces or
- symbols):
|
||||||||||||||||||||||||||||
|
user_comment
|
Commentary text saved at the beginning of the BIM file
|
||||||||||||||||||||||||||||
|
password_file
|
Password or password file for encryption
|
||||||||||||||||||||||||||||
|
private_key
|
Private key file for BIM file signing
|
||||||||||||||||||||||||||||
|
public_keys_file
|
File of public keys (each line is a key file name) for encryption with multiple recipients
|
mp.compile_model("model.mos", "model.bim", "D")
© 2001-2026 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
