Technical data

Table Of Contents
210 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
12 Channel Commands
:CHANnel<N>:ISIM:NORMalize
Command :CHANnel<N>:ISIM:NORMalize {{ON | 1} | {OFF | 0}}
The :CHANnel<N>:ISIM:NORMalize command activates or deactivates the
"Normalize Gain" option. The InfiniiSim normalize gain option removes any
DC gain of the transfer function and can be used when modeling probes.
<N> An integer, 1-4.
Example This example turns on the InfiniiSim normalize gain option for channel 1.
myScope.WriteString ":CHANnel1:ISIM:NORMalize ON"
Query :CHANnel<N>:ISIM:NORMalize?
The :CHANnel<N>:ISIM:NORMalize? query returns the current state of the
corresponding channel's InfiniiSim normalize gain option.
Returned Format
[CHANnel<N>:ISIM:NORMalize] {1 | 0}<NL>
Example This example puts the current InfiniiSim normalize gain state for channel
1 in the string variable, varNormalizeGain. The program then prints the
contents of the variable to the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":CHANnel1:ISIM:NORMalize?"
varNormalizeGain = myScope.ReadNumber
Debug.Print FormatNumber(varLimit, 0)
See Also ":CHANnel<N>:ISIM:DELay" on page 208
NOTE
This CHANnel command only applies if you have purchased the InfiniiSim software
application.
NOTE
You can specify differential and/or common mode channels using the following convention.
If you have differential or common mode channels enabled (using either the
:CHANnel<N>:DIFFerential or :CHANnel<N>:COMMonmode commands) then:
:CHANnel1 would refer to the Channel 1 - Channel 3 differential channel
:CHANnel2 would refer to the Channel 2 - Channel 4 differential channel
:CHANnel3 would refer to the Channel 1 + Channel 3 common mode channel
:CHANnel4 would refer to the Channel 2 + Channel 4 common mode channel