Skip to content
Snippets Groups Projects
Commit 8a915624 authored by Taya Snijder's avatar Taya Snijder
Browse files

aprocessed further reviews

parent 6d376ae7
Branches
No related tags found
1 merge request!50Resolve L2SS-188 "2021 05 27 branched from master udp recv sst client"
......@@ -36,13 +36,6 @@
"1": {
"example_device": {
"LTS/example_device/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"OPC_Server_Name": [
"host.docker.internal"
......@@ -62,13 +55,6 @@
"1": {
"ini_device": {
"LTS/ini_device/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"OPC_Server_Name": [
"host.docker.internal"
......@@ -88,13 +74,6 @@
"1": {
"APSCTL": {
"LTS/APSCTL/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"OPC_Server_Name": [
"ltspi.astron.nl"
......@@ -114,13 +93,6 @@
"1": {
"SST": {
"LTS/SST/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"SST_Port": [
"5001"
......@@ -134,13 +106,6 @@
"1": {
"SNMP": {
"LTS/SNMP/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"SNMP_community": [
"public"
......
......@@ -45,6 +45,8 @@ class SST(hardware_device):
# ----------
# --------
# SST client annotation consists of a dict that contains the parameter name that needs to be read.
# Example: comms_annotation={"parameter": "this_value_R"}
packet_count_R = attribute_wrapper(comms_annotation={"parameter": "packet_count_R"}, datatype=numpy.int64)
last_packet_timestamp_R = attribute_wrapper(comms_annotation={"parameter": "last_packet_timestamp_R"}, datatype=numpy.int64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment