Skip to content

SCPI Commandset

Evangelos Baras edited this page Aug 5, 2023 · 1 revision
Command Description
*IDN? Identify
SYSTem:TEMPerature? GetTemperature
SYSTem:ERRor? GetLastEror
SOURce:VOLTage:DC SetCVpoint
SOURce:VOLTage:DC? GetCVpoint
SOURce:CURRent:DC SetCCpoint
SOURce:CURRent:DC? GetCCpoint
SOURce:POWer:DC SetCPpoint
SOURce:POWer:DC? GetCPpoint
SOURce:RESistance:DC SetCRpoint
SOURce:RESistance:DC? GetCRpoint
INPut:STATe SetLoadState
INPut:STATe? GetLoadState
LIST:MODE SetWorkingMode
LIST:MODE? GetWorkingMode
VOLTage:VLIMt? GetVoltageLimit
VOLTage:VLIMt SetVoltageLimit
CURRent:ILIMt? GetCurrentLimit
CURRent:ILIMt SetCurrentLimit
MEASure:VOLTage:DC? GetVoltage
MEASure:CURRent:DC? GetCurrent
MEASure:RESistance:DC? GetResistance
MEASure:POWer:DC? GetPower
MEASure:CAPability? GetAhours
MEASure:WATThours? GetWattHours

C# library implemented here : https://github.com/finos2/Electronic-DC-load-Csharp-library

Clone this wiki locally