Files
GenericTeProgramLibrary/Source/Program/InstrumentConfigFiles/POWER_SUPPLY_SYSTEMS.ini
2025-03-13 12:04:22 -07:00

95 lines
2.5 KiB
INI

; ===============================================================================================================
; This name must match the name specified in the Instrument.xml that is associated with the power supply system
[STE_POWER_SUPPLY_SYSTEM]
SCPI_DEF_FILEPATH = .\InstrumentConfig\KEYSIGHT_SCPI_DEF.ini
ETHERNET_ADDRESS = localhost
ETHERNET_PORT = 5025
MODULE_DEFINITION = UUT_REF_3_3V, STE_PVM_5V, STE_GU_INTERFACE_RELAYS_25V, STE_GU_INTERFACE_RF_INTERFACE_5V
; 0 means no coupled modules.
; couple means turning on/off any one of the module, turns on/off the others
COUPLED_MODULES = STE_PVM_5V, STE_GU_INTERFACE_RELAYS_25V, STE_GU_INTERFACE_RF_INTERFACE_5V
; 0 means no grouped modules.
; group means turning combining 2 or more modules thus acting as one module
GROUPED_MODULES = 0
INTERFACE = ETHERNET
[STE_POWER_SUPPLY_SYSTEM.UUT_REF_3_3V]
INDEX = 1
OCP = 2.0
OVP = 4.0
VOLTAGE_SETPOINT = 3.3
MIN_VOLTAGE = 3.0
MAX_VOLTAGE = 3.75
MAX_CURRENT = 2.0
MIN_CURRENT = -0.25
[STE_POWER_SUPPLY_SYSTEM.STE_PVM_5V]
INDEX = 2
OCP = 2.0
OVP = 8.0
VOLTAGE_SETPOINT = 5.0
MIN_VOLTAGE = 4.0
MAX_VOLTAGE = 5.5
MAX_CURRENT = 1.5
MIN_CURRENT = -.25
[STE_POWER_SUPPLY_SYSTEM.STE_GU_INTERFACE_RELAYS_25V]
INDEX = 3
OCP = 3.0
OVP = 34.0
VOLTAGE_SETPOINT = 25.0
MIN_VOLTAGE = 22.0
MAX_VOLTAGE = 30.0
MAX_CURRENT = 3.0
MIN_CURRENT = -0.25
[STE_POWER_SUPPLY_SYSTEM.STE_GU_INTERFACE_RF_INTERFACE_5V]
INDEX = 4
OCP = 5.0
OVP = 6.5
VOLTAGE_SETPOINT = 5.0
MIN_VOLTAGE = 4.0
MAX_VOLTAGE = 6.3
MAX_CURRENT = 4.5
MIN_CURRENT = -.25
; ===============================================================================================================
; This name must match the name specified in the Instrument.xml that is associated with the power supply system
[UUT_POWER_SUPPLY_SYSTEM]
SCPI_DEF_FILEPATH = .\InstrumentConfig\KEYSIGHT_SCPI_DEF.ini
ETHERNET_ADDRESS = localhost
ETHERNET_PORT = 5026
MODULE_DEFINITION = UUT_P20V, UUT_N20V
; 0 means no coupled modules.
; couple means turning on/off any one of the module, turns on/off the others
COUPLED_MODULES = 0
; 0 means no grouped modules.
; group means turning combining 2 or more modules thus acting as one module
GROUPED_MODULES = 0
INTERFACE = ETHERNET
[UUT_POWER_SUPPLY_SYSTEM.UUT_P20V]
INDEX = 1
OCP = 1.5
OVP = 22.0
VOLTAGE_SETPOINT = 20.0
MIN_VOLTAGE = 19.0
MAX_VOLTAGE = 22.75
MAX_CURRENT = 2.3
MIN_CURRENT = -0.25
[UUT_POWER_SUPPLY_SYSTEM.UUT_N20V]
INDEX = 2
OCP = 1.8
OVP = 22.5
VOLTAGE_SETPOINT = 20.0
MIN_VOLTAGE = 18.0
MAX_VOLTAGE = 23.0
MAX_CURRENT = 2.5
MIN_CURRENT = -.25