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

stores internal informations within the DD. More...

Data Fields

char datetime [32]
 current date and time More...
 
INT type [LS340_MAX_SENSORS]
 sensor type: 1-12, see LakeShore340 manual, p.9-33 More...
 
INT curve [LS340_MAX_SENSORS]
 sensor calibration curve: see LakeShore340 manual, p.9-33 More...
 
char channel [LS340_MAX_SENSORS][4]
 which channel: A, B, C1-C4, D1-D4 More...
 
char name [LS340_MAX_SENSORS][NAME_LENGTH]
 name for each channel More...
 
float raw_value_1
 raw sensor reading channel 1 More...
 
float raw_value_2
 raw sensor reading channel 2 More...
 
float raw_value_3
 raw sensor reading channel 3 More...
 
float raw_value_4
 raw sensor reading channel 4 More...
 
float raw_value_5
 raw sensor reading channel 5 More...
 
float raw_value_6
 raw sensor reading channel 6 More...
 
float raw_value_7
 raw sensor reading channel 7 More...
 
float raw_value_8
 raw sensor reading channel 8 More...
 
float raw_value_9
 raw sensor reading channel 9 More...
 
float raw_value_10
 raw sensor reading channel 10 More...
 

Detailed Description

stores internal informations within the DD.

Definition at line 62 of file LakeShore340.c.

Field Documentation

char LS340_SENSORS::channel[LS340_MAX_SENSORS][4]

which channel: A, B, C1-C4, D1-D4

Definition at line 66 of file LakeShore340.c.

Referenced by ls340_get(), and ls340_in_init().

INT LS340_SENSORS::curve[LS340_MAX_SENSORS]

sensor calibration curve: see LakeShore340 manual, p.9-33

Definition at line 65 of file LakeShore340.c.

Referenced by ls340_in_init().

char LS340_SENSORS::datetime[32]

current date and time

Definition at line 63 of file LakeShore340.c.

char LS340_SENSORS::name[LS340_MAX_SENSORS][NAME_LENGTH]

name for each channel

Definition at line 67 of file LakeShore340.c.

Referenced by ls340_get(), and ls340_in_get_label().

float LS340_SENSORS::raw_value_1

raw sensor reading channel 1

Definition at line 68 of file LakeShore340.c.

float LS340_SENSORS::raw_value_10

raw sensor reading channel 10

Definition at line 77 of file LakeShore340.c.

float LS340_SENSORS::raw_value_2

raw sensor reading channel 2

Definition at line 69 of file LakeShore340.c.

float LS340_SENSORS::raw_value_3

raw sensor reading channel 3

Definition at line 70 of file LakeShore340.c.

float LS340_SENSORS::raw_value_4

raw sensor reading channel 4

Definition at line 71 of file LakeShore340.c.

float LS340_SENSORS::raw_value_5

raw sensor reading channel 5

Definition at line 72 of file LakeShore340.c.

float LS340_SENSORS::raw_value_6

raw sensor reading channel 6

Definition at line 73 of file LakeShore340.c.

float LS340_SENSORS::raw_value_7

raw sensor reading channel 7

Definition at line 74 of file LakeShore340.c.

float LS340_SENSORS::raw_value_8

raw sensor reading channel 8

Definition at line 75 of file LakeShore340.c.

float LS340_SENSORS::raw_value_9

raw sensor reading channel 9

Definition at line 76 of file LakeShore340.c.

INT LS340_SENSORS::type[LS340_MAX_SENSORS]

sensor type: 1-12, see LakeShore340 manual, p.9-33

Definition at line 64 of file LakeShore340.c.

Referenced by ls340_in_init().


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