Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Group
2
29id
Manage
Activity
Members
Labels
Plan
Issues
Epics
Issue boards
Epic boards
Roadmap
Milestones
Iterations
Wiki
Code
Merge requests
Deploy
Package Registry
Operate
Terraform modules
Analyze
Issue analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
29id
Wiki
Iexcode
basic_functions
Changes
Page history
New page
Templates
Clone repository
Update IEXcode/basic_functions
authored
2 years ago
by
jmcchesn
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
IEXcode/basic_functions.md
+3
-7
3 additions, 7 deletions
IEXcode/basic_functions.md
with
3 additions
and
7 deletions
IEXcode/basic_functions.md
0 → 100644
View page @
dbbd1825
# Basic functions
```
python
### Mono:
get
energy
:
mono_energy_get
,
getE
set
energy
:
mono_energy_set
,
mvmono
change
grating
:
switch_grating
get
grating
name
:
mono_grating_get
()
### ID:
# set calibrated energy:
ID_energy_set
,
mvID
# get energy read back:
ID_energy_get
# set raw/uncalibrated energy:
ID_sp_set
# switch polarization:
ID_switch_mode
,
polarization
# get polarization:
ID_mode_get
(),
polarization_get
ID_mode
,
ID_QP_ratio
,
ID_sp
,
ID_rbv
,
hv
,
grt
=
energy_get_all
### energy scans:
scan
the
mono
with
a
fixed
ID
-
monotonic
:
scanhv
scan
the
mono
with
a
fixed
ID
-
table
scan
:
scanXAS
scan
the
mono
with
ID
tracking
-
table
scan
:
scanXAS_BL
### beamline apertures:
set
apertures
for
current
photon
energy
,
also
used
to
cut
flux
:
slits_set_BL
m3r_branch
#uses the mirror position to determine the branch (FR check conditions)
BL
.
branch
#which save folder => scanIOC = BL.ioc (FR check if it’s really used)
m3r_align
energy_get_all
mprint
mvsample
mvx
,
mvphi
,
mvkth
,
mvtth
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.