882 Video Test Instrument User Guide (Rev. A.35) 165
Operator =
Class Operator
Description Assigns a string to the command string. The command string is represented by the
pointer to the script context; sc. This is similar to SetCmdName().
Command syntax sc = "string"
Example sc = "SCRX:LOAD";// set the command string
also refer to example program testapi.cpp.
Related commands Operator +=, SetCmdName(), Append(), Exec()