
The Plug-In Configuration Menu 1 3
REMOTE COMMAND DEFINITIONS
Pn m
Select P-Type Module Channel
Application: GPIB, RS-232, MINI
Format: P<module> <channel>
Description: T h e P command sets prism switch module number
module
to channel
number
channel.
Do not send switching commands to busy modules.
Example: T h e following Visual Basic command sets prism switch module P1 to
channel 8 and P2 to channel 3.
CALL Send(0, 3, "P1 8; P2 3", NLend)
See Also:
SYSTem:CONFig?,
page 74 "Command Timing", page 39
Pn?
P-Type Module Channel Query
Application: GPIB, RS-232
Format: P<module>?
Description: The
P?
command places the current channel of prism switch module
number
module
into the output queue.
Example: T h e following Visual Basic command places the current channel of prism
switch module P1 into the output queue, and reads the output queue into buffer$.
CALL Send(0, 3, "P1?", NLend)
CALL Receive(0, 3, buffer$, NLend)
INCPn
Increment P-Type Module Channel
Application: GPIB, RS-232, MINI
Format: INCP<module>
Description: T h e INCP command increments prism switch module number
module
by one channel. D o not send switching commands to busy modules.
Example: T h e following Visual Basic command increments prism switch module P2
by one channel.
CALL Send(0, 3, "INCP2", NLend)
See Also: "Command Timing", page 39
DECPn
Decrement P-Type Module Channel
Application: GPIB, RS-232, MINI
Format: DECP<module>
Description: T h e DECP command decrements prism switch module number
module
by one channel. D o not send switching commands to busy modules.
Example: T h e following Visual Basic command decrements prism switch module P2
by one channel.
CALL Send(0, 3, "DECP2", NLend)
See Also: "Command Timing", page 39
91507 Revision A3
March 11, 2005