Technical data

202 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
12 Channel Commands
:CHANnel<N>:PROBe:EADapter
Command :CHANnel<N>:PROBe:EADapter {NONE | DIV10 |
DIV20 | DIV100}
The :CHANnel<N>:PROBe:EADapter command sets the probe external
adapter control. The 1153A, 1154A, and 1159A probes have external
adapters that you can attach to the end of your probe. When you attach
one of these adapters, you should use the EADapter command to set the
external adapter control to match the adapter connected to your probe as
follows.
If an 1153A, 1154A, or 1159A probe is not connected to the channel you
will get a settings conflict error.
<N> An integer, 1 - 4
Example This example sets the external adapter for channel 1 to divide by 10:
myScope.WriteString ":CHANNEL1:PROBE:EADAPTER DIV10"
Query :CHANnel<N>:PROBe:EADapter?
The :CHANnel<N>:PROBe:EADapter? query returns the current external
adapter value for the specified channel.
Returned Format
[CHANnel<N>:PROBe:EDApter] {NONE | DIV10 | DIV20 | DIV100}<NL>
Example This example places the external adapter value of the specified channel in
the string variable, strAdapter, then prints the contents of the variable to
the computer's screen.
NOTE
This command is valid only for the 1153A, 1154A, and 1159A probes.
Parameter Description
NONE Use this setting when there is no adapter connected to the end of your
probe.
DIV10 Use this setting when you have a divide by 10 adapter connected to the
end of your probe.
DIV20 Use this setting when you have a divide by 20 adapter connected to the
end of your probe. (1159A)
DIV100 Use this setting when you have a divide by 100 adapter connected to the
end of your probe.(1153A only)