628
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_hpib_system_application.fm
SYSTem:APPLication
SYSTem:APPLication[:CURRent][:NAME]?
SYSTem:APPLication[:CURRent]:REVision?
SYSTem:APPLication:CATalog:LICense? ‘<test application name>’,’<revision>’
Function Queries the test set for the name of the currently running test application.
Query Range:
AMPS/136 Mobile Test
CDMA 2000 Mobile Test
GSM Mobile Test
GPRS Mobile Test
null string
Programming Example
OUTPUT 714;"SYSTEM:APPLICATION:CURRENT:NAME?"
Function Queries the test set for the currently running test application revision number.
Query Range: Any string up to 20 characters including null. A typical example would be A.01.01 for a
licensed version.
Programming Example
OUTPUT 714;"SYSTEM:APPLICATION:CURRENT:REVISION?"
Function Query the license status for a selected revision.
The query must include two strings separated by a comma. The test application name and
revision must be entered as they appear in the test application Setup menu, with the exception
that the string is not case sensitive and can be entered in any combination of upper and lower
case letters.
The returned values are:
•“LIC" indicates this is a licensed test application.
•“NLIC" indicates this is not a licensed test application.
•“PART" only part of the test application with multiple radio formats is licensed
•“UNKN" indicates that license status is unknown.
Query Range: LIC|NLIC|UNKN
Programming Example
OUTPUT 714;"SYSTEM:APPLICATION:CATALOG:LICENSE? ‘GSM mobile test’,’A.05.06’"