Stop

The Stop function commands the NXT brick to Stop powering one or more of it's motors and allow them to coast to a halt.

The motors parameter can be a single motor, for example just “A” or a combination of motors such as “ABC”.

nxt.Stop( motors );

Example - Stop motors B and C

nxt.Stop( "BC" );