The ca_sy527 module

Module for CAEN SY527 power supplies. Compatible with the ps module.

API

cmd_ca_sy527.init_ca_sy527(ca_sy527_id, conf_string)[source]

Initialize CA_SY527 power supply identified by ca_sy527_id

conf_string must include the parameter:

  • bus: conf_string of the underlying link module (GPIB, TCP, ...)
  • channel: channel on which the id will act
cmd_ca_sy527.deinit_ca_sy527(ca_sy527_id)[source]

Deinitialize ca_sy527 power supply

cmd_ca_sy527.config_ca_sy527(ca_sy527_id)[source]

Configure ca_sy527 power supply

cmd_ca_sy527.get_voltage_ca_sy527(ca_sy527_id)[source]

Get voltage in Volts. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.get_current_ca_sy527(ca_sy527_id)[source]

Get current in Ampers. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.set_voltage_ca_sy527(ca_sy527_id, voltage, slew_rate='undef')[source]

Set voltage in Volts. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.set_current_ca_sy527(ca_sy527_id, current)[source]

Set current in Ampers. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.set_voltage_limit_ca_sy527(ca_sy527_id, voltage_limit)[source]

Set voltage limit (SVMax) in Volts. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.set_current_limit_ca_sy527(ca_sy527_id, current_limit)[source]

Set current in Ampers and trip to 100ms. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.power_on_ca_sy527(ca_sy527_id)[source]

Turn on channel. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.power_off_ca_sy527(ca_sy527_id)[source]

Turn off channel. channel is a slash-separated string like page/channel, with 0<=page<=10 and 0<=channel<=15

cmd_ca_sy527.seek_page_channel(ca_sy527)[source]

Goes to page/channel