Last updated: 2010-04-26
For more information on the GPIB Command conventions, see GPIB Command conventions.
For the closed loop power control measurement description, see Closed Loop Power Control (CLPC) Measurement.
Function |
Queries the closed loop power control measurement results in the following order: integrity indicator, overall pass/fail, maximum power, minimum power, worst REL1POW step index, worst REL1POW absolute power, worst REL1POW, worst REL10POW step index, worst REL10POW absolute power and worst REL10POW. The Pass/Fail indicator is a decimal number that combines the pass/fail results of the REL1POW and the REL10POW together. If the binary expression of this decimal number is "b3b2b1b0", then the meaning of each digit is as follows:
The worst step refers to the step whose relative power (REL1POW or REL10POW) is closest to its upper or lower limit among all checked steps. The REL1POW or REL10POW power trace is failed If there is at least one step in the trace is failed or no step in the trace is checked. |
Query |
Integrity Indicator (see Integrity Indicator) Overall Pass / Fail
Maximum Power (the maximum absolute power among all measured steps)
Minimum Power (the minimum absolute power among all measured steps)
Worst REL1POW Step Index:
Worst REL1POW Absolute Power:
Worst REL1POW:
Worst REL10POW Step Index:
Worst REL10POW Absolute Power:
Worst REL10POW:
|
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCh:TCLPower?" |
Function |
Queries the measurement integrity indicator for the closed loop power control measurement results. Zero indicates a normal measurement. |
Query |
Range: see Integrity Indicator |
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCH:TCLPower:INTegrity?" |
Function |
Queries the maximum power results in the following order: pass/fail indicator, maximum power step index, the maximum mean power among all measured steps. The pass/fail indicator is based on the maximum power limits. See SETup:TCLPower:MAXimum:POWer:LIMit. The maximum power step index is the index of the step that has the maximum power. The maximum power is the maximum mean power (NOT RRC filtered) among all measured steps. |
Query |
Pass/Fail
Maximum Power Step Index
Maximum Mean Power
|
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCh:TCLPower:MAXimum:POWer?" |
Function |
Queries the minimum power results in the following order:: pass/fail indicator, minimum power step index, the minimum mean power among all measured steps. The pass/fail indicator is based on the minimum power limits. See SETup:TCLPower:Minimum:POWer:LIMit. The minimum power step index is the index of the step that has the minimum power. The minimum power is the minimum mean power (NOT RRC filtered) among all measured steps. |
Query |
Pass/Fail
Minimum Power Step Index:
Minimum Power:
|
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCh:TCLPower:MINimum:POWer?" |
Function |
Queries the specific step results in the following order: Pass/Fail indicator, absolute power of this step, REL1POW and REL10POW. This query must include the <step index> parameter, which ranges from 0 to 300. The Pass/Fail indicator is a decimal number that combines the pass/fail result of the REL1POW and the REL10POW together. The meaning of each range is as follows:
*The relative power is NOT checked if there is at least one step between the reference step and the measured step out of checking range, or the reference step is not available (such as step 0 for REL1POW and step 0 to 9 for REL10POW). |
Query |
Pass/Fail
Step Absolute power:
Step REL1POW:
Step REL10POW:
|
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCh:TCLPower:STEP? 0" |
Function |
Queries the 301 comma-separated trace values for absolute power. |
Query |
Range: value in dBm, 9.91 E+37 (NAN) Resolution: 0.01 |
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCH:TCLPower:TRACE?" |
Function |
Queries the 301 comma-separated trace values for Pass/Fail indicators. The Pass/Fail indicator is a decimal number that combines the pass/fail result of the REL1POW and the REL10POW together. The meaning of each range is as follows:
*The relative power is NOT checked if there is at least one step between the reference step and the measured step out of checking range, or the reference step is not available (such as step 0 for REL1POW and step 0 to 9 for REL10POW). |
Query |
Range: 0 to 3, 9.91 E+37 Resolution: 1 |
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCH:TCLPower:TRACE:FAIL?" |
Function |
Queries the 301 comma-separated trace values for REL1POW. |
Query |
Range: value in dB, 9.91 E+37 (NAN) Resolution: 0.01 |
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCH:TCLPower:TRACE:RELative?" |
Function |
Queries the 301 comma-separated trace values for REL10POW. |
Query |
Range:value in dB, 9.91 E+37 (NAN) Resolution:0.01 |
Requirements |
Test Application Revision: A.01.00 and above |
Programming Example |
"FETCH:TCLPower:TRACE:RELative10?" |