SICL Error Codes
Error Number | Error Code |
Error String |
Description |
---|---|---|---|
23 |
I_ERR_ABORTED |
Externally aborted |
A SICL call was aborted by external means |
3 |
I_ERR_BADADDR |
Bad address |
The device/interface address passed to iopen does not exist. Verify that the SICL interface ID is the one assigned with the Keysight Connection Expert utility. |
24 |
I_ERR_BADCONFIG |
Invalid configuration |
An invalid configuration was identified when calling iopen. |
13 |
I_ERR_BADFMT |
Invalid format |
Invalid format string specified for iprintf or iscanf. |
4 |
I_ERR_BADID |
Invalid INST |
The specified INST id does not have a corresponding iopen. |
19 |
I_ERR_BADMAP |
Invalid map request |
The imap call has an invalid map request. |
28 |
I_ERR_BUSY |
Interface is in use by non-SICL process |
The specified interface is busy. |
14 |
I_ERR_DATA |
Data integrity violation |
The use of CRC, Checksum, etc. imply invalid data |
128 |
I_ERR_INTERNAL |
Internal error occurred |
SICL internal error. |
129 |
I_ERR_INTERRUPT |
Process interrupt occurred |
A process interrupt has occurred in your application. |
21 |
I_ERR_INVLADDR |
Invalid address |
The address specified in iopen is not a valid address |
17 |
I_ERR_IO |
Generic I/O error |
An I/O error has occurred for this communication session. |
11 |
I_ERR_LOCKED |
Locked by another user |
Resource is locked by another session |
27 |
I_ERR_NESTEDIO |
Nested I/O |
Attempt to call another SICL function when current SICL function has not completed. More than one I/O operation is prohibited. |
25 |
I_ERR_NOCMDR |
Commander session is not active or available |
Tried to specify a commander session when it is not active, available, or does not exist. |
6 |
I_ERR_NOCONN |
No connection |
Communication session has never been established, or connection to remote has been dropped. |
20 |
I_ERR_NODEV |
Device is not active or available |
Tried to specify a device session when it is not active, available, or does not exist. |
0 |
I_ERR_NOERROR |
No Error |
No SICL error returned. Function return value is zero (0). |
10 |
I_ERR_NOINTF |
Interface is not active |
Tried to specify an interface session when it is not active, available, or does not exist. |
12 |
I_ERR_NOLOCK |
Interface not locked |
An iunlock was specified when device was not locked. |
7 |
I_ERR_NOPERM |
Permission denied |
Access rights violated. |
9 |
I_ERR_NORSRC |
Out of resources |
No more system resources available. |
22 |
I_ERR_NOTIMPL |
Operation not implemented |
Call not supported on this implementation. The request is valid, but not supported on this implementation. |
8 |
I_ERR_NOTSUPP |
Operation not supported |
Operation not supported on this implementation. |
18 |
I_ERR_OS |
Generic O.S. error |
SICL encountered an operating system error. |
16 |
I_ERR_OVERFLOW |
Arithmetic overflow |
The space allocated for data may be smaller than the data read. |
5 |
I_ERR_PARAM |
Invalid parameter |
The constant or parameter passed is not valid for this call. |
2 |
I_ERR_SYMNAME |
Invalid symbolic name |
Symbolic name passed to iopen not recognized. |
1 |
I_ERR_SYNTAX |
Syntax error |
Syntax error occurred parsing address passed to iopen. Make sure you have formatted the string properly. White space is not allowed |
15 |
I_ERR_TIMEOUT |
Timeout occurred |
A timeout occurred on the read/write operation. The device may be busy, in a bad state or you may need a longer timeout value for that device. Check also that you passed the correct address to iopen. |
26 |
I_ERR_VERSION |
Version incompatibility |
The iopen call has encountered a SICL library that is newer than the drivers. Need to update drivers. |