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
79305fd3
Commit
79305fd3
authored
3 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-590
: Remove old attribute wrapper file
parent
6d6e81b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!269
L2SS-590: Readme index
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-2
1 addition, 2 deletions
README.md
tangostationcontrol/README.md
+0
-26
0 additions, 26 deletions
tangostationcontrol/README.md
with
1 addition
and
28 deletions
README.md
+
1
−
2
View file @
79305fd3
...
...
@@ -13,8 +13,7 @@ Station Control software related to Tango devices.
*
[
Tango Prometheus exporter
](
docker-compose/tango-prometheus-exporter/ska-tango-grafana-exporter/README.md
)
*
[
ReadTheDocs (Sphinx / ReStructuredText) documentation
](
tangostationcontrol/docs/README.md
)
*
[
Source code documentation
](
tangostationcontrol/README.md
)
*
[
Attribute wrapper documentation
](
tangostationcontrol/README.md
)
*
[
Extensive attribute wrapper documentation
](
tangostationcontrol/tangostationcontrol/clients/README.md
)
*
[
Attribute wrapper documentation
](
tangostationcontrol/tangostationcontrol/clients/README.md
)
*
[
Archiver documentation
](
tangostationcontrol/tangostationcontrol/toolkit/README.md
)
*
[
Adding a new tango device
](
tangostationcontrol/tangostationcontrol/devices/README.md
)
*
[
HDF5 statistics
](
tangostationcontrol/tangostationcontrol/statistics_writer/README.md
)
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/README.md
deleted
100644 → 0
+
0
−
26
View file @
6d6e81b8
# Tango Station Control Device wrappers
This code provides an attribute_wrapper class in place of attributes for tango devices. the attribute wrappers contain additional code
that moves a lot of the complexity and redundant code to the background.
The tango Device class is also abstracted further to a "lofar_device" class. This class wraps
The only things required on the users part are to declare the attributes using the attribute_wrapper (see
`example/example_device`
),
declare what client the attribute has to use in the initialisation and provide support for the used clients.
To see how to add support for new clients, see
`clients/README.md`
In addition it also provides an abstraction to the tango device, specifically for hardware devices. Examples of hardware devices
can be found in TODO and an empty template can be found in
`HW_device_template.py`
Requires numpy
```
pip install numpy```
Requires opcua
```
pip install opcua
```
Requires pytango
```
pip install pytango
```
### usage
You can start the device by calling it in any console with:
<Device_name>
.py instance_name
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