Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
5ebec371
Commit
5ebec371
authored
May 08, 2021
by
Cyril Guilloud
Browse files
CYRIL -> DEMO in examples
parent
4ccc06de
Pipeline
#46792
passed with stages
in 6 minutes and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/docs/config_tg_gauges.md
View file @
5ebec371
...
...
@@ -25,13 +25,13 @@ Targeted gauges are Bazlers' Prani and Penning gauges.
## Usage examples
```
python
RH
[
1
]:
pir121
.
state
Out
[
1
]:
'ON'
DEMO
[
1
]:
pir121
.
state
Out
[
1
]:
'ON'
```
```
python
CYRIL
[
2
]:
pen71
Out
[
2
]:
DEMO
[
2
]:
pen71
Out
[
2
]:
----------------
id42
/
v
-
pen
/
71
---------------
State
:
ON
Gauge
is
ON
-
Channel
A1
(
1
)
...
...
doc/docs/dev_utils.md
View file @
5ebec371
...
...
@@ -50,9 +50,9 @@ DEMO [13]: list(flatten_gen([1, [2, 3,[4, 5], 6]]))
Idem but return a list.
```
python
CYRIL
[
14
]:
from
bliss.common.utils
import
flatten
CYRIL
[
15
]:
flatten
([
1
,
[
2
,
3
,[
4
,
5
],
6
]])
Out
[
15
]:
[
1
,
2
,
3
,
4
,
5
,
6
]
DEMO
[
14
]:
from
bliss.common.utils
import
flatten
DEMO
[
15
]:
flatten
([
1
,
[
2
,
3
,[
4
,
5
],
6
]])
Out
[
15
]:
[
1
,
2
,
3
,
4
,
5
,
6
]
```
### merge(items):
...
...
doc/docs/dev_write_calc_ctrl.md
View file @
5ebec371
...
...
@@ -66,8 +66,8 @@ controller:
Usage:
```
CYRIL
[1]: wa()
```
python
DEMO
[
1
]:
wa
()
Current
Positions
(
user
,
dial
)
calc_mot
m1
...
...
@@ -75,8 +75,8 @@ Current Positions (user, dial)
3.14150
1.00000
3.14150
1.00000
CYRIL
[2]: mv(m1,2)
CYRIL
[3]: wa()
DEMO
[
2
]:
mv
(
m1
,
2
)
DEMO
[
3
]:
wa
()
Current
Positions
(
user
,
dial
)
calc_mot
m1
...
...
@@ -89,5 +89,6 @@ Current Positions (user, dial)

!!! note
During step scans, real axes positions for calculated axes will be emitted as an additional acquisition
channel of the motor master -- unless "emit_real_position" is set to False in the controller configuration
During step scans, real axes positions for calculated axes will be emitted as an
additional acquisition channel of the motor master -- unless
"emit_real_position" is set to False in the controller configuration
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment