470
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_hpib_fetch_wquality.fm
FETCh:WQUality
FETCh:WQUality:CDPower:ICHannel:BIN? <bin num>
FETCh:WQUality:CDPower:ICHannel:COUNt[:BIN]?
FETCh:WQUality:CDPower:QCHannel[:ALL]?
FETCh:WQUality:CDPower:QCHannel:BIN? <bin num>
Function Queries the I-channel results for a specific measurement graph bar (bin) on the code domain
graph. Bins are numbered 0 through 15 starting from the left side of the graph to the right side of
the graph.
This query returns a string of 4 comma separated values: 1 (active) or 0 (inactive), Walsh code,
spread factor, and power.
Setting <bin num> range: 0 to 15
Query “FETCh:WQUality:CDPower:ICHannel:BIN? 0” returns: 1 (active) or 0 (inactive), Walsh code,
spread factor, and power for bin 0.
Programming Example
OUTPUT 714;"FETCH:WQUALITY:CDPOWER:ICHANNEL:BIN? 13"
!Queries the I-channel code domain power level in bin 13.
Function This query indicates how many bins contain measurement data. For example, if 13 is returned,
bins 0 through 12 contain measurement data and bins 13 through 15 contain 9.91 E+37 results.
Query Range: 0 to 15
Programming Example
OUTPUT 714;"FETCH:WQUALITY:CDPOWER:ICHANNEL:COUNT:BIN?"
Function Queries the code domain power in the Q-channel.
This query returns a string of 64 comma-separated values. These represent 4 values for each of
16 bins (maximum).
Query “FETCh:WQUality:CDPower:QCHannel:ALL?” returns: 1 (active) or 0 (inactive), Walsh code,
spread factor, and power for bin 0. The integer value following power for bin 0 will be the
beginning of bin 1; 1 (active) or 0 (inactive), Walsh code, spread factor, power for bin 1. This
pattern will repeat until the values for the last bin (bin 15) have been returned.
Programming Example
OUTPUT 714;"FETCH:WQUALITY:CDPOWER:QCHANNEL:ALL?"
Function Queries a specific bin on the code domain graph. The bars on the graph (bins) are numbered 0
through 15 starting from the left side of the graph to the right side of the graph.
This query returns a string of 4 comma separated values: 1 (active) or 0 (inactive), Walsh code,
spread factor, and power.
Query “FETCh:WQUality:CDPower:QCHannel:BIN? 0” returns: 1 (active) or 0 (inactive), Walsh code,
spread factor, and power for bin 0.