Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
b743fff3
Commit
b743fff3
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-434
: Mention commands
parent
d251721b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!150
L2SS-434: Add sphinx documentation content
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/devices/using.rst
+2
-1
2 additions, 1 deletion
docs/source/devices/using.rst
with
2 additions
and
1 deletion
docs/source/devices/using.rst
+
2
−
1
View file @
b743fff3
...
@@ -7,7 +7,8 @@ The station exposes *devices*, each of which is a remote software object that ma
...
@@ -7,7 +7,8 @@ The station exposes *devices*, each of which is a remote software object that ma
- Many devices manage and represent hardware in the station,
- Many devices manage and represent hardware in the station,
- It exposes *read-only attributes*, that expose values from within the device or from the hardware it represents,
- It exposes *read-only attributes*, that expose values from within the device or from the hardware it represents,
- It exposes *read-write attributes*, that allow controlling the functionality of the device, or the hardware it represents,
- It exposes *read-write attributes*, that allow controlling the functionality of the device, or the hardware it represents,
- It exposes *properties*, which are fixed configuration parameters (such as port numbers and timeouts).
- It exposes *properties*, which are fixed configuration parameters (such as port numbers and timeouts),
- It exposes *commands*, that request the execution of a procedure in the device or in the hardware it manages.
To access a device, one creates a ``Device`` object. For example::
To access a device, one creates a ``Device`` object. For example::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment