882 Video Test Instrument User Guide (Rev. A.35) 171
SCRX:LOAD, SCRX:LOAD?
Class Scriptrunner
Description Loads a script object file in preparation for execution. Script object file must already be
stored in generator file system. If the load command also includes a directory path, then
this command will also change the current scripts path (SCRX:PATH) to the specified
path. The query returns the name of the currently loaded script.
Command syntax SCRX:LOAD <name>
name
a valid script file, including ".o" extension which can optionally include a fully-qualified path
Query syntax SCRX:LOAD?
Query response name of currently loaded script object file
Example
SCRX:LOAD testapi.o //loads script object from current scripts path
SCRX:LOAD /tffs0/library/userdata/testapi.o //loads script object
testapi.o from specified
path, and also sets
current script path to
SCRX:LOAD? //returns name of currently loaded script object file