Tektronix Keithley PSU 2230 Series

Sample Test Plan

title: "Tektronix Keithley PSU 2230 Series"
suite:
- steps:
   - command: scpi connect PSU
     id: "05e6:2230"
   - command: scpi query PSU "*IDN?"
     extractKey: PSU_IDENT
   - command: scpi command PSU
     with:
       - "*RST"
       - "APPL CH1, 3.0, 1.0"
       - "INST CH1"
       - "CHAN:OUTP ON"
   - command: scpi query PSU "MEAS:CURR? CH1"
     extractKey: PSU_CURRENT
   - command: eval "numeric(PSU_CURRENT) < 0.2"

References