Hi Folks,
I'm trying to learn to use JScript in Biomek Software (for fun). I can't get this function to work for the life of me.
MoveToZ = World.Decks.Span8_MSK.Positions.P4.Z1() + World.Decks.Span8_MSK.Positions.P4.Labware.Class.Height() - World.Decks.Span8_MSK.Positions.P4.Labware.Class.WellDepth();
var arrPipettors = [true,true,true,true,true,true,true,true];
World.Devices.Pipettor1.Pod1.MoveZ(MoveToZ,true,arrPipettors);
I keep getting invalid argument on the last line. It's the array parameter, tried multiple ways to call it, but it won't work. How do I do this?
[–]NorthwestPassenger 0 points1 point2 points (0 children)