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?
You will have to use the serial port for programming the load. SCPI Is supported. You can find the details in the documents attached.
72-13300 Series Multiple Channel Remote Control Syntax V2.0
Regards,
Aswin
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