SCM Config
The 'Scm' configuration type configures a SCM calibration device and specifies the parameters necessary to communicate with the device. SCM configurations are identified by the ConfigType equal to the value "Scm". This device controls 1 switch which can be configured using Switch configuration.
The following is an example of a SCM configuration
;*******************************************************************************
;SCM configuration example
;*******************************************************************************
[SCM_1]
ConfigType = Scm
;The time to wait in seconds (this can be a fraction of a sec i.e. 0.5) for a TCP connection to the device
ConnectionTimeoutSec = 1.5
;The IP Address of this device as 'ddd.ddd.ddd.ddd'
IpAddress = 10.11.201.20
;The time to wait in seconds for a file transfer via SCPI
FileTransferTimeoutSec = 60
;The time to wait in seconds for a response to begin when communicating to the device via SCPI
ResponseTimeoutSec = 60