Class StimParamsConfig
JSON-backed stimulation-parameters configuration. Inherits common JSON
handling from DictConfigBase and seeds default per-channel
values under the stim.ch hierarchy.
Inherited Members
Namespace: Wss.CalibrationModule
Assembly: WSS_Core_Interface.dll
Syntax
public sealed class StimParamsConfig : DictConfigBase
Constructors
StimParamsConfig(string)
Initializes a stimulation-parameters config backed by the JSON file at path.
Creates the file with defaults when missing.
Declaration
public StimParamsConfig(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Destination file path. |