Low-Energy Muon (LEM) Experiment  0.5.1
HV_FUG_FP Struct Reference

Data Fields

char name [80]
 name of the FUG device More...
 
int module_vdc_out
 FP module address for HV demand. More...
 
int channel_vdc_out
 FP module channel for HV demand. More...
 
int module_cdc_out
 FP module address for current demand. More...
 
int channel_cdc_out
 FP module channel for current demand. More...
 
int module_vdc_in
 FP module address for HV measured. More...
 
int channel_vdc_in
 FP module channel for HV measured. More...
 
int module_cdc_in
 FP module address for current measured. More...
 
int channel_cdc_in
 FP module channel for current measured. More...
 
float max_volt
 maximal high voltage for this FUG device (kV) More...
 
float max_curr
 maximal current for this FUG device (mA) More...
 
float ramping_speed_up
 ramping speed up (kV/s) More...
 
float ramping_speed_down
 ramping speed down (kV/s) More...
 
float init_volt
 initial HV demand (kV) More...
 
float init_curr
 initial current limit (mA) More...
 
BOOL hv_switchable
 flag: FUG device for which polarity is remote switchable More...
 
int module_relais_out
 FP relay module address for the demand polarity. More...
 
int channel_relais_out
 FP relay module channel for the demand polarity. More...
 
int module_relais_in
 FP relay module address for the measured polarity. More...
 
int channel_relais_in
 FP relay module channel for the measured polarity. More...
 

Detailed Description

Defines the structure containing all the i/o specific settings of a hv device.

Definition at line 439 of file hv_fug.c.

Field Documentation

int HV_FUG_FP::channel_cdc_in

FP module channel for current measured.

Definition at line 448 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::channel_cdc_out

FP module channel for current demand.

Definition at line 444 of file hv_fug.c.

Referenced by fp_write_defaults(), and hv_fug_update_db_settings().

int HV_FUG_FP::channel_relais_in

FP relay module channel for the measured polarity.

Definition at line 459 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::channel_relais_out

FP relay module channel for the demand polarity.

Definition at line 457 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::channel_vdc_in

FP module channel for HV measured.

Definition at line 446 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::channel_vdc_out

FP module channel for HV demand.

Definition at line 442 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

BOOL HV_FUG_FP::hv_switchable

flag: FUG device for which polarity is remote switchable

Definition at line 455 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

float HV_FUG_FP::init_curr

initial current limit (mA)

Definition at line 454 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

float HV_FUG_FP::init_volt

initial HV demand (kV)

Definition at line 453 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

float HV_FUG_FP::max_curr

maximal current for this FUG device (mA)

Definition at line 450 of file hv_fug.c.

Referenced by hv_fug_get_current(), and hv_fug_update_db_settings().

float HV_FUG_FP::max_volt

maximal high voltage for this FUG device (kV)

Definition at line 449 of file hv_fug.c.

Referenced by hv_fug_get(), hv_fug_set(), and hv_fug_update_db_settings().

int HV_FUG_FP::module_cdc_in

FP module address for current measured.

Definition at line 447 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::module_cdc_out

FP module address for current demand.

Definition at line 443 of file hv_fug.c.

Referenced by fp_write_defaults(), and hv_fug_update_db_settings().

int HV_FUG_FP::module_relais_in

FP relay module address for the measured polarity.

Definition at line 458 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::module_relais_out

FP relay module address for the demand polarity.

Definition at line 456 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::module_vdc_in

FP module address for HV measured.

Definition at line 445 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

int HV_FUG_FP::module_vdc_out

FP module address for HV demand.

Definition at line 441 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

char HV_FUG_FP::name[80]

name of the FUG device

Definition at line 440 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

float HV_FUG_FP::ramping_speed_down

ramping speed down (kV/s)

Definition at line 452 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().

float HV_FUG_FP::ramping_speed_up

ramping speed up (kV/s)

Definition at line 451 of file hv_fug.c.

Referenced by hv_fug_update_db_settings().


The documentation for this struct was generated from the following file: