Write/Read |
About External DC Devices |
Description |
Sets and returns the Error Query command for an external DC Source and an external DC Meter. |
VB Syntax |
extDC.ErrorQuery = value |
Variable |
(Type) - Description |
extDC |
A ExternalDCDevice (object) |
value |
(String) The SCPI command for returning DC Source and DC Meter errors. |
Return Type |
String |
Default |
"SYST:ERR?" |
Examples |
extDC.ErrorQuery = "SYST:ERR?" 'Write value = extDC.ErrorQuery 'Read |
C++ Syntax |
HRESULT get_ErrorQuery( BSTR* cmd); HRESULT put_ErrorQuery( BSTR cmd); |
Interface |
IExternalDCDevice3 |