Loads a new configuration instance from the specified file.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static PortConfig Load(
string filename
)
Parameters
- filename String
- The location of the file from which to load the configuration.
Return Value
PortConfigThe new configuration instance.
See Also