*CLS
Description
This command clears the registers. According to SCPI the following registers are cleared.
register | value after command |
---|---|
Error and Event Queue | empty |
Operation Event Status Register | 0 |
Questionable Event Status Register | 0 |
Standard Event Status Register | 0 |
Status Byte Register | 0 |
Syntax | Parameter |
---|---|
*CLS |
none |
Parameters | accepted format | possible Errors |
---|---|---|
none |
none |
none |
Sample usage
Input:
var visaSession = new TcpipSocket(VISA_RESOURCENAME); visaSession.RawIO.Write("*CLS?\n");
Output:
none