1257 User Manual
EADS North America Defense
SCPI Command Basics 5-29
Test and Services, Inc.
©
2001
Assigns the name
matrix
to the drawer:
MOD:DEF
matrix,1
Closes channel 23 of
matrix
:
CLOSE
(@matrix(23))
Close
Matrix
channels 7 through 12:
CLOSE (@matrix(7:12))
Removing Drawer
Names
The MODULE:DELETE command may be used to delete a drawer
name. The MODULE:DELETE:ALL command may be also used to
remove all drawer names.
The syntax for these commands is:
[:ROUTe]
:MODule
:DELete
<module
name>
:ALL
The following examples illustrate the use of this command.
Removes the name “scanner”:
ROUTE:MODULE:DELETE scanner
Removes the name “matrix”:
MOD:DEL matrix
Remove all names:
MOD:DEL:ALL