CALL:CHANnel

 GPIB Command Conventions

 CALL:CHANnel<[:SELected]|:DIGital856>
<[:SELected]|:IMT2000|:JCDMa|:KPCS|:NMT450|:CELLular700|:SECondary800|:USCellular|:USPCs|:USPCs1900|:AWService|:PAMR400|:PAMR800|:PSAFety700|:CLOWer700|:TACS|:DCS1800|:CCELlular|:IMT2500|:US2500|:USFLink2500
|:USIFlight|:USIFlight3>

 Function

 Sets/queries the physical channel number for the specified system type and specified cell band.

 The first optional [:SELected] keyword in this command specifies that the channel being set/queried applies to the current system type (see System Type ).

 The second optional [:SELected] keyword in this command specifies that the channel being set/queried applies to the current cell band (see Cell Band ).

 Specifying a non-current band when setting a channel number will cause the test set to store the channel number for use when the specified band is made current. Also, specifying a non-current band when querying a channel number will return a stored channel number that is not the current channel the test set is transmitting.

 To set (make current) a cell band or query the current cell band, use the CALL:BAND command.

 Requirements

 Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above
Test Application Revision: A.05 and above: channel range of USCellular added 1024 to 1323
Lab Application Revision: A.02.10 and above: channel range of USCellular added 1024 to 1323
Test Application Revision:A.06 and above: Support USPCs1900 channels
Lab Application Revision: A.03 and above: Support USPCs1900 channels
Test Application Revision: A.07 and above: Support AWS channels
Lab Application Revision: B.04 and above: Support AWS channels
Test Application Revision: A.09 and above: Support CELLular700 channels
Lab Application Revision: C.00.00 and above: Support PAMR400, PAMR800, PSAFety700, CLOWer700 channels
Test Application Revision: A.15.00 and above: channel range of USCellular added 1324 to 1424
Lab Application Revision: F.01.00 and above: channel range of USCellular added 1324 to 1424 Lab Application Revision: G.00.00 and above: Support TACS, DCS1800, CCELlular, 2.5 GHz IMT-2000 Ext, US 2.5 GHz, US 2.5 GHz F-Link Only channels
Test Application Revision: A.16.00 and above: Support USIFlight3

 Setting

 Range:

     
  • IMT2000: 0 to 1199
  •  JCDMa: 1 to 799, 801 to 1039, 1041 to 1199, 1201 to 1600
  •  KPCS: 0 to 599
  •  NMT450: 1 to 400, 472 to 871, 1039 to 1473, 1536 to 1715, 1792 to 2016
  •  SECondary800: 0 to 919
  •  CELLular700 (Upper 700): 0 to 240
  •  USCellular: 1 to 799, 991 to 1023, 1024 to 1323, 1324 to 1424
  •  USPCs: 0 to 1199
  •  USPCs1900: 0 to 1299
  •  AWService: 0 to 899
  •  PAMR400: 1 to 400, 472 to 871, 1536 to 1715
  •  PAMR800: 0 to 239
  •  PSAFety700: 0 to 240
  •  CLOWer700: 0 to 360
  •  TACS: 1 to 1000, 1329 to 2047, 2048 to 2108
  •  DCS 1800: 0 to 1499
  •  China Cellular: 0 to 699
  •  2.5 GHz IMT-2000 Ext: 0 to 1399
  •  US 2.5GHz: 140 to 1459
  •  US 2.5GHz F-Link Only: 140 to 1459
  •  US In Flight: 2 to 10
  •  US In Flight 3: 2 to 10

 Resolution: 1

 Query

Same as setting

 *RST Setting

     
  • [:SELected]: 525 (because *RST causes the band to be set to US PCS)
  •  IMT2000: 525
  •  JCDMa: 76
  •  KPCS: 325
  •  NMT450: 210
  •  CELLular700: 70
  •  SECondary800: 820
  •  USCellular: 384
  •  USPCs: 525
  •  USPCs1900: 525
  •  AWService: 300
  •  PAMR400: 160
  •  PAMR800: 139
  •  PSAFety700: 70
  •  CLOWer700: 193
  •  TACS: 79
  •  DCS 1800: 25
  •  CCELlular: 25
  •  2.5 GHz IMT-2000 Ext: 525
  •  US 2.5GHz: 520
  •  US 2.5GHz F-Link Only: 520
  •  US In Flight: 2
  •  US In Flight 3: 2

 Programming Example

 
OUTPUT 714;"CALL:CHANNEL?" 
! Queries the channel number of the current system and band.
 
OUTPUT 714;"CALL:CHANNEL 384" 
! Sets the channel number of the current system and band to 384.
 
OUTPUT 714;"CALL:CHANNEL:DIGital856:KPCS 384" 
! Sets the channel number for the Digital 856 system and Korean PCS band to 384.
! If this system and band are not current, the value 384 is stored
! and will be transmitted when Digital856 and Korean PCS are current.