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
Hi, I've noticed a minor but important mistake in the documentation here. I got an error using version 0.1.32 when trying to set the Datarecord Duration using units of 10 us (as specified in the documentation) and got an Overflow error saying the number was too big. This surprised me as it was code that I tested before and had no issues with it (using another venv). So I compared the versions and I had before 0.1.30. I checked the code and it seems you changed the behaviour of function (now it receives the value in seconds, when before it used to received it in values of 10 us) but not the documentation.
I'd would be great if you could make a note of this in the documentation, also including the fact that you changed it recently, so that no one else gets confused!
The text was updated successfully, but these errors were encountered:
Hi, I've noticed a minor but important mistake in the documentation here. I got an error using version 0.1.32 when trying to set the Datarecord Duration using units of 10 us (as specified in the documentation) and got an Overflow error saying the number was too big. This surprised me as it was code that I tested before and had no issues with it (using another venv). So I compared the versions and I had before 0.1.30. I checked the code and it seems you changed the behaviour of function (now it receives the value in seconds, when before it used to received it in values of 10 us) but not the documentation.
I'd would be great if you could make a note of this in the documentation, also including the fact that you changed it recently, so that no one else gets confused!
The text was updated successfully, but these errors were encountered: