ICsc Core Configuration File
- Updated2025-12-19
- 1 minute(s) read
Modify the ICsc core configuration file, ICsc.ini, to define user-configurable parameters for the instrument controller application.
Note ICsc requires you to update the ICsc.ini
configuration file prior to use. ICsc.ini installs when ICsc is
installed.
[Options] Section
Use the [Options] section to specify the connection settings for the ICsc gRPC server.
| Key | Value | Default Value | Required? |
|---|---|---|---|
| ServerAddress | The ICsc gRPC server IP address and valid port address (separated by a colon). | 0.0.0.0:32002 | Required |
Example:
[Options] ServerAddress = "0.0.0.0:32002"