Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
NXT.Program
SourceStarting and stopping programs (.rxe files) on the brick.
start_program conn pgm
starts the program named pgm
.
stop_program conn
stops the currently running program if any. If no program is running and check_status=true
, the exception Mindstorm.NXT.Error
(No_program)
is raised.
Return the name of the current program or raise Mindstorm.NXT.Error
(No_program)
if no program is running.