the remote compensation function can be turned on by click the buttons: SHIFT+CW
but how to do that programmatically? is there a function for that?
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
the remote compensation function can be turned on by click the buttons: SHIFT+CW
but how to do that programmatically? is there a function for that?
The load is a Korad KEL103 rebadge. The answer is yes, but it's not actually documented well anywhere to my knowledge.
The SCPI command you need is:
:SYST:COMP ON
If you'd like it off, you can do :SYST:COMP OFF. It also supports querying :SYST:COMP?
- Gough
The load is a Korad KEL103 rebadge. The answer is yes, but it's not actually documented well anywhere to my knowledge.
The SCPI command you need is:
:SYST:COMP ON
If you'd like it off, you can do :SYST:COMP OFF. It also supports querying :SYST:COMP?
- Gough