You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the FileClientModel initializes its FileClientGroup parent class without referencing the FileClientPoint class, all points in the FileClientModel have the generic device.Point class instead of the file.client.FileClientPoint class.
One benefit of using the FileClientPoint class is that it contains a read() method, unlike the device.Point class which does not.
Because the FileClientModel initializes its FileClientGroup parent class without referencing the FileClientPoint class, all points in the FileClientModel have the generic
device.Point
class instead of thefile.client.FileClientPoint
class.One benefit of using the FileClientPoint class is that it contains a
read()
method, unlike thedevice.Point
class which does not.pysunspec2/sunspec2/file/client.py
Lines 54 to 55 in 642f1af
Should be:
The text was updated successfully, but these errors were encountered: