::hwat::utils::GetModelFromIntranet
Reads the model file from Intranet.
Syntax
::hwat::utils::GetModelFromIntranet str_model_name
Arguments
- str_model_name
 - Model file URL.
 
Returns
- Success
 - Model file.
 - Failure
 - {}
 
Example
::hwat::utils::GetModelFromIntranet "http://www:8080/models/model.kw"
        Comments
Called in ::hwat::utils::ImportModel.