Contenido principal

setLibrary

R2026b

Set library path and library name from library file

Since R2026b

Description

setLibrary(libFile) sets the library path and library name from the library file libFile with .dll or .so extension. The function also removes any platform suffixes present to locate an AMI file in the same path with a matching name. If the function finds the AMI file, it generates the input string per IBIS-AMI standard based on the default values in the AMI file using the generateDefaultInputString function.

Input Arguments

collapse all

Library file with .dll or .so extension, specified as an executable file.

Version History

Introduced in R2026b