Commit fd53fbc7 authored by joaovitor8's avatar joaovitor8

Fixing.

parent 0d1b6b1f
......@@ -330,14 +330,3 @@ class Subscription(object):
deadband_filter.DeadbandType = deadbandtype
deadband_filter.DeadbandValue = deadband_val # absolute float value or from 0 to 100 for percentage deadband
return self._subscribe(var, attr, deadband_filter, queuesize)
def _modify_monitored_item_request(self, new_queuesize, new_samp_time, mod_filter):
req_params = ua.MonitoringParameters()
with self._lock:
req_params.ClientHandle = self._client_handle
req_params.QueueSize = new_queuesize
req_params.Filter = mod_filter
req_params.SamplingInterval = new_samp_time
return req_params
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment