Status:operation:nmrready:fdd - Agilent Technologies 8960 Series Reference Manual

Hide thumbs Also See for 8960 Series:
Table of Contents

Advertisement

Measurement Event Synchronization
Programming Example
The following example assumes that the UE is transmitting and no measurements other than channel power
(WCP) and waveform quality (WWQ) are being triggered. See
10
OUTPUT 714;"SETup:WCPower:CONTinuous OFF" !Sets channel power
20
30
OUTPUT 714;"SETUP:WWQuality:CONTinuous OFF" !Sets waveform quality
40
50
OUTPUT 714;"INITiate:WCPower;WWQuality" !Begin channel power and
60
70
REPEAT
80
OUTPUT 714;"INITiate:DONE?" !Queries the test set for
90
100
ENTER 714;Meas_done$ !String value representing DONE measurements,
110
120
SELECT Meas_done$ !This variable will have a value of
130
140
CASE "WCP" !Characters must be upper case.
150
OUTPUT 714;"FETCH:WCPower?" !If this case is selected,
160
!channel power results are FETCHed.
170
ENTER 714;Integrity,Wcpower_meas
180
PRINT "Average Channel Power is ";Wcpower_meas
190
CASE "WWQ" !Characters must be uppercase.
200
OUTPUT 714;"FETCH:WWQuality:EVM?" !If this case is selected,
210
!the Max EVM measurement is FETCHed.
220
ENTER 714;Evm_meas
230
PRINT "Maximum Error Vector Magnitude is ";Evm_meas
240
END SELECT
250 UNTIL Meas_done$="NONE"
260
270 END

STATus:OPERation:NMRReady:FDD

The STATus:OPERation:NMRReady:FDD command allows the program to immediately branch to the next
operation or command without continuing through a loop as in INITiate:DONE? See
"STATus:OPERation:NMRReady:<WCDMA | FDD> Register Bit Assignments" on page 466
about this command.
You must enable the following so that as soon as the enabled NMRReady bit is true the program moves on.
• Positive or negative transition filter. See
• STATus:OPERation:NMRReady:FDD bit for the measurement desired.
• STATus:OPERation:NMRReady bit (1024 for FDD) for the required system. See
Description" on page 442
• STATus:OPERation bit (512 for NMRReady).
• Service Request Enabling (*SRE 128 for NMRReady).
The
"STATus:OPERation:NMRReady:<WCDMA | FDD> Register Bit Assignments" on page 466
register provides status reporting on the following measurement completions:
202
S:\Hp8960\E1963A WCDMA\4.0 release\Reference Guide\Chapters\wcdma_prog_meas_sync.fm
!waveform quality measurements.
!measurements that have completed
! NONE if no measurements are done.
!a measurement is DONE.
!When all triggered measurements have completed,
!the INITiate:DONE? query returns NONE.
"Transition Filters" on page
or
"Status Subsystem Overview" on page
"Transition Filters" on page
!trigger mode to single.
!trigger mode to single.
158.
175.
WAIT until
for more details
175.
"STATus Subsystem
status

Advertisement

Table of Contents
loading

Table of Contents