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
There are several parameters that we only have a getter function, but do not have a setter function.
E.g. In the getObjectiveLenseFine function of jeol controller, it calls self.lens3.GetOLf() function.
I guess it probably also has the SetOLf function.
So why don't we provide a setter function for the ObjectiveLenseFine parameter?
Does the COM library not have a SetOLf function?
The text was updated successfully, but these errors were encountered:
Hi @Binary-Vanguard-12138 it's sometimes not that simple, some values are easy to read, but complex to set. If you can test and confirm that your solution works I'm happy to take a PR on this.
There are several parameters that we only have a getter function, but do not have a setter function.
E.g. In the
getObjectiveLenseFine
function ofjeol
controller, it callsself.lens3.GetOLf()
function.I guess it probably also has the
SetOLf
function.So why don't we provide a setter function for the ObjectiveLenseFine parameter?
Does the COM library not have a
SetOLf
function?The text was updated successfully, but these errors were encountered: