MATLAB interface for radar simulation
License - Class for handling RadarSimM license management This class provides static methods for managing RadarSimM licenses, including activating license files and retrieving license information.
set_license(lic_path)Activate license file(s) If a license file path is provided, activates that specific file. If no path is provided, searches the package directory for all license files matching ‘license_RadarSimM_*.lic’ pattern.
Parameters:
Example:
RadarSim.License.set_license();
RadarSim.License.set_license('/path/to/license_RadarSimM_M1772546579.lic');
license_info = get_info()Get license information
Returns: license_info (string): License information string.
Example:
info = RadarSim.License.get_info();
set(license_path, product_name)Set a specific license file Activates a single license file by its full path.
Parameters:
Example:
RadarSim.License.set('/path/to/license.lic');
Copyright (C) 2023 - 2026 RadarSimX LLC