I am able to control IntegerValue parameters of objects in ZEMAX from Mathematica
theSystem@NCE@GetObjectAt[8]@GetObjectCell[ObjectColumn`Par2]@IntegerValue = 512;
however DoubleValue object returns an error
theSystem@NCE@GetObjectAtA1]@GetObjectCelllObjectColumn`Par6]@DoubleValue = 10.1;
NET::netexcptn: A .NET exception occurred: System.ArgumentException: Expected Double, got 'String'
at ZemaxUI.ZOSAPI.Editors.ZOSAPI_EditorCellBase.set_DoubleValue(Double value).
What is the syntax to control a DoubleValue object?
Thank and BR,
Jozef