NARDA SRM-3006 Command Reference Manual

NARDA SRM-3006 Command Reference Manual

Selective radiation meter
Hide thumbs Also See for SRM-3006:
Table of Contents

Advertisement

SRM-3006
Selective Radiation Meter
Command Reference Guide V 1.5.0

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SRM-3006 and is the answer not in the manual?

Questions and answers

Summary of Contents for NARDA SRM-3006

  • Page 1 SRM-3006 Selective Radiation Meter Command Reference Guide V 1.5.0...
  • Page 2 Sandwiesenstraße 7 72793 Pfullingen, Germany © 2017 ® Names and Logo are registered trademarks of Narda Safety Test Solutions GmbH and L3 Communications Holdings, Inc. Trade names are trademarks of the owners. Order no.: 3006/98.22 Version: 31/03.2017, S/N A ... (Firmware V1.5.0 4) Previous version: 03/10.2014, S/N A ...
  • Page 3: Table Of Contents

    Command Descriptions........................6 DATE ............................6 DATE? ............................7 DEV_ID? ............................8 DEV_INFO? ..........................9 DEV_OPTION........................... 10 DEV_OPTION? ........................11 DL_CLR ............................ 12 DL_CLR_ALL..........................13 DL_DATA? (General) ....................... 14 DL_DATA? (LevelRecording) ....................15 DL_DATA? (SafetyEvaluation, condensed) ................19 DL_DATA? (SafetyEvaluation, detailed) .................. 24 Narda SRM-3006...
  • Page 4 LTE_CONFIG ........................... 71 LTE_CONFIG? ......................... 72 LTE_RESET_TABLE ........................ 73 LTE_TDD? ..........................74 LTE_TDD_AVG_CONFIG ......................77 LTE_TDD_AVG_CONFIG? ...................... 78 LTE_TDD_AVG_LIST? ......................79 LTE_TDD_CONFIG ........................80 LTE_TDD_CONFIG? ........................ 81 LTE_TDD_RESET_TABLE ...................... 82 MEAS_START .......................... 83 MEAS_STOP ..........................84 MODE ............................85 SRM-3006 Narda...
  • Page 5 SPECTRUM _AVG_CONFIG? ....................112 SPECTRUM_AVG_LIST? ...................... 113 SPECTRUM_BI_VALUE? ...................... 114 SPECTRUM_CONFIG ......................115 SPECTRUM_CONFIG? ......................116 SPECTRUM_MRK_HIGHEST? ..................... 117 SPECTRUM_MRK_IDX_VALUE?..................118 SPECTRUM_MRK_VALUE? ....................119 SPECTRUM_PKT_TABLE? ....................120 SRV_CLR ..........................121 SRV_CLR_ALL ........................122 SRV_DS ..........................123 SRV_DS? ..........................124 Narda SRM-3006...
  • Page 6 UNIT_LIST? ..........................149 VBW_LIST? ..........................150 VERSION? ..........................151 Remote application examples ....................... 152 Time synchronization with a PC ..................... 152 Synchronizing queries of measured values with the sweep state .......... 154 Carrier signal monitoring with alarms ..................156 SRM-3006 Narda...
  • Page 7: General Information

    Remote ON operation Almost all the commands can only be processed by the device when it is in Remote ON mode. The REMOTE ON; command activates remote operation. Once activated, remote operation can be deactivated by the REMOTE OFF; command. Narda SRM-3006...
  • Page 8: Data Types

    SRM-3006 Narda...
  • Page 9: Command Groups

    Queries the current averaging method SAFETY_AVG_LIST? Queries the current possible averaging settings SAFETY_CONFIG Sets the current measurement parameters for Safety mode SAFETY_CONFIG? Queries the current measurement parameters for Safety mode SWEEP_STATE? Queries the status and progress of the current measurement Narda SRM-3006...
  • Page 10: Mode Spectrum

    Sets the current measurement parameters for LTE TDD mode LTE_TDD_CONFIG? Queries the current measurement parameters for LTE TDD mode LTE_TDD_RESET_TABLE Resets the table for LTE TDD results (Cell IDs) SWEEP_STATE? Queries the status and progress of the current measurement SRM-3006 Narda...
  • Page 11: Clock

    Sets the current active service table SRV_SEL? Queries the current active service table Remote Desktop LIVESCREEN? Queries the current device display as a screenshot SEND_KEY Activates an operating panel key by remote communication SEND_ROT_KNOB Activates rotary control by remote communication Narda SRM-3006...
  • Page 12: Command Descriptions

    Command Reference Guide 3 Command Descriptions DATE Description Sets the current date setting for the device Input DATE <Date>; Output <Error>; Parameter List Parameter Type Description <Date> Date dd.mm.yy <Error> DWord Error code Example (Input) DATE 06.07.12; (Output) SRM-3006 Narda...
  • Page 13: Date

    Command Reference Guide DATE? Description Queries the current date setting for the device Input DATE?; Output <Date>,<Error>; Parameter List Parameter Type Description <Date> Date dd.mm.yy <Error> DWord Error code Example (Input) DATE?; (Output) 03.05.10,0; Narda SRM-3006...
  • Page 14: Dev_Id

    Command Reference Guide DEV_ID? Description Queries the device identification number. Input DEV_ID?; Output < DeviceID >,<Error>; Parameter List Parameter Type Description < DeviceID> String Device identification number <Error> DWord Error code Example (Input) DEV_ID?; (Output) "F89AEF31CD344840",0; SRM-3006 Narda...
  • Page 15: Dev_Info

    Queries all device information that describes the individual device. Input DEV_INFO?; Output <ProductName>,<ProductID>,<SerialNo>,<DeviceID>, <FirmwareVersion>,<FirmwareDate>, <CalDate>,<NextCalDate>,<Error>; Parameter List Parameter Type Description <ProductName> String Product name (e.g. “SRM-3006”) <ProductID> String Production identification number <SerialNo> String Serial number <DeviceID> String Device identification number <FirmwareVersion> VersionString Firmware version <FirmwareDate>...
  • Page 16: Dev_Option

    <Index> Short Option index, valid values: 0 to 63 <ActivationCode> String Key code provided by Narda for activation of an option. The code consists of 16 hexadecimal numbers. Use capital letters for A – F. Exact spelling required. <Error> DWord...
  • Page 17: Dev_Option

    Option index, valid values: 0 to 63 <State> Enum FREE; CLOSED; UNKNOWN <Name> String Option name <Error> DWord Error code Example (Input) DEV_OPTION? 0; (Output) FREE,"UMTS C-CPICH Demodulation",0; Example (Input) DEV_OPTION? 1; (Output) FREE,"Scope",0; Example (Input) DEV_OPTION? 2; (Output) UNKNOWN,"",0; Narda SRM-3006...
  • Page 18: Dl_Clr

    Deletes a selected data set (DataLogger). All associated sub data sets are also deleted. Input DL_CLR <Index>; Output <Error>; Parameter List Parameter Type Description <Index> Integer Index of the selected dataset <Error> DWord Error code Example (Input) DL_CLR 3; (Output) SRM-3006 Narda...
  • Page 19: Dl_Clr_All

    Command Reference Guide DL_CLR_ALL Description Deletes all data sets (DataLogger) and all associated sub data sets. Input DL_CLR_ALL; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) DL_CLR_ALL; (Output) Narda SRM-3006...
  • Page 20: Dl_Data? (General)

    Describes information that is the same for all measurement runs in an operating mode. TRACE SPECIFIC Describes information that differs from one measurement run to another. This also includes the individual measured values in each measurement run, among other things. ADDITIONAL DATA Additional overload indication in SCOPE mode SRM-3006 Narda...
  • Page 21: Dl_Data? (Levelrecording)

    Queries a sub data set (DataLogger) in LevelRecording mode Input DL_DATA? <Index>,<SubIndex>; Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <Fcent>,<RBW>,<VBWMode>,<VBW>,<RMS_AvgTime>,<NoiseSupprRatio>,<NoiseSuppr>, <Yref>,<Yrange>, <SweepCounter>,<AVGProgress>,<NoOfSpatialAVG>,<NoOfTraces>, {<Trace>,<OverdrivenTr>,<NoiseFlag>,<Value>,} <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset Narda SRM-3006...
  • Page 22 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy SRM-3006 Narda...
  • Page 23 Otherwise the result is indicated as “< value of reference noise level”. <Yref> Float Upper limit of the display range [Unit] <Yrange> Float Y-scale of the display range: 20, 40, 60, 80, 100, 120 [dB] Narda SRM-3006...
  • Page 24 Result is equal or above the reference noise level <Value> Float Measurement result [Unit] <Error> DWord Error code Example (Input) DL_DATA? 29,1; (Output) 20044097,LEVEL,MAN,10.05.10,15:04:58,NO,NO,GPS,2D,3,0,48.4579766667, 9.23011166667,NO,"", "SW-0003",12.03.10,"V0.0.2 beta1","",01.01.01,"",01.01.01, -30,dBm,A,0,SINGLE,"ICNIRP 1998 general public","Österreich UMTS","","", 1500000000,5000000,OFF,50000,2.4,0,OFF,-30,120, 60,100,0,4, RMS,NO,UNCHECKED,-81.10704, MAX_RMS,NO,UNCHECKED,-81.10155, PEAK,NO,UNCHECKED,-69.45588, MAX_PEAK,NO,UNCHECKED,-67.52631, SRM-3006 Narda...
  • Page 25: Dl_Data? (Safetyevaluation, Condensed)

    Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <IgnoringOthers>,<RBWMode>,<RBW>,<AvgMethod>,<AvgTime>,<AvgNumber>, <NoiseSupprRatio >,<NoiseSuppr>,<Yref>,<Yrange>,<DispCond>,<Display>, <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfSpatialAVG>, <NoOfServices>, <ServName>,<RBW>,<Fmin>,<Fmax>,<GrpIndex> <NoOfTraces>, <Trace>,<OverdrivenTr>,<TotalValue>,<TotalNoiseFlag>,<OthersValue>,<OthersNoiseFlag>, <NoOfValues>,{<Value>,<NoiseFlag>,<NameOfServGrp>,} <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset Narda SRM-3006...
  • Page 26 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy SRM-3006 Narda...
  • Page 27 20, 40, 60, 80, 100, 120 [dB] <DispCond> Enum DETAIL Separate results for each channel (service) CONDENSED Combined results for channels (services) having similar names <Display> Enum TABLE Numerical results shown as a table BARGRAPH Results shown as a bar graph Narda SRM-3006...
  • Page 28 Noise flag related to a specific channel group: UNCHECKED When Noise Suppression is OFF Result is below the reference noise level Result is equal or above the reference noise level <NameOfServGrp> String Name of the channel group (service group) <Error> DWord Error code SRM-3006 Narda...
  • Page 29 "SW-0003",12.03.10,"V0.0.2 beta1","",01.01.01,"Serial No",21.09.09, 0.0071,V/m,B,-13.0103,SINGLE,"ICNIRP 1998 general public","Österreich UMTS","","Ant Zero", NO,AUTO,1000000,TIME,360,8,0,ON,0.07099999,120,CONDENSED,TABLE, 19974,118,100,0, "Mobilkom",300000,1900100000,1910100000,1, "T-Mobile AT",300000,1910100000,1915100000,2, "Hutchison",300000,1915100000,1920100000,3, "T-Mobile AT",300000,2019900000,2024700000,2, "Mobilkom",300000,2110300000,2120100000,1, "Hutchison",300000,2120100000,2134900000,3, "Orange",300000,2134900000,2149700000,4, "Mobilkom",300000,2149700000,2154700000,1, "T-Mobile AT",300000,2154700000,2169700000,2, ACT,NO,0.0001548696,OK,0.0001287497,OK,4, 5.234514E-005,OK,"Mobilkom", 3.428021E-005,LOW,"T-Mobile", 5.097328E-005,OK,"Hutchison", 3.365057E-005,OK,"Orange", MAX_AVG,NO,0.0001605316,OK,0.0001346133,OK,4, 5.080223E-005,OK,"Mobilkom", 4.21289E-005,OK,"T-Mobile", 4.570597E-005,OK,"Hutchison", 3.535929E-005,OK,"Orange", STD,NO,59.93644,OK,60.25105,OK,4, 59.93644,OK,"Mobilkom", 60.09395,OK,"T-Mobile", 60.17255,OK,"Hutchison", 61,OK,"Orange", Narda SRM-3006...
  • Page 30: Dl_Data? (Safetyevaluation, Detailed)

    Input DL_DATA? <Index>,<SubIndex>; Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <IgnoringOthers>,<RBWMode>,<RBW>,<AvgMethod>,<AvgTime>,<AvgNumber>, <NoiseSupprRatio >,<NoiseSuppr>,<Yref>,<Yrange>,<DispCond>,<Display>, <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfSpatialAVG>,<NoOfTraces>, <Trace>,<OverdrivenTr>,<TotalValue>,<TotalNoiseFlag>,<OthersValue>,<OthersNoiseFlag>, <NoOfValues>,{<Value>,<NoiseFlag>,<ServName>,<RBW>,<Fmin>,<Fmax>,} <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset SRM-3006 Narda...
  • Page 31 String Device firmware version (up to 15 chr) <CabSerNo> String Cable serial number (up to 15 chr) <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number (up to 15 chr) <AntCalDate> Date Antenna calibration date, dd.mm.yy Narda SRM-3006...
  • Page 32 20, 40, 60, 80, 100, 120 [dB] <DispCond> Enum DETAIL Separate results for each channel (service) CONDENSED Combined results for channels (services) having similar names <Display> Enum TABLE Numerical results shown as a table BARGRAPH Results shown as a bar graph SRM-3006 Narda...
  • Page 33 Name of the channel (service), up to 15 chr <RBW> Double Resolution bandwidth [Hz] being used for this channel (service) <Fmin> Double Lower frequency of the channel (service) [Hz] <Fmax> Double Upper frequency of the channel (service) [Hz] <Error> DWord Error code Narda SRM-3006...
  • Page 34 42.12057,OK,"BCCH2 - CH 17",50000,938400000,938600000, Example (Input) DL_DATA? 23,1; (Output) 3402638,SAFETY,MAN,10.05.10,10:09:27,NO,NO,GPS,2D,0,0,0,0,NO,"", "SW-0003",12.03.10,"V0.0.2 beta1","",01.01.01,"Serial No",21.09.09, 0.0071,V/m,B,-13.0103,SINGLE,"ICNIRP 1998 general public","Swisscom","","Ant Zero", NO,AUTO,50000,TIME,360,8,10,ON,0.07099999,120,DETAIL,TABLE, 839,115,22,0,2, ACT,NO,2.38456E-005,LOW,1.946985E-005,LOW,2, 9.734926E-006,LOW,"BCCH1 - CH 12",50000,937400000,937600000, 9.734926E-006,LOW,"BCCH2 - CH 17",50000,938400000,938600000, MAX_AVG,NO,2.38456E-005,LOW,1.946985E-005,LOW,2, 9.734926E-006,LOW,"BCCH1 - CH 12",50000,937400000,937600000, 9.734926E-006,LOW,"BCCH2 - CH 17",50000,938400000,938600000, SRM-3006 Narda...
  • Page 35: Dl_Data? (Spectrum)

    Queries a sub data set (DataLogger) in Spectrum mode. Input DL_DATA? <Index>,<SubIndex>; Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <Fmin>,<Fmax>,<RBW>,<VBWMode>,<VBW>,<AvgMethod>,<AvgTime>,<AvgNumber>, <Yref>,<Yrange>, <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfSpatialAVG>,<df>,<NoOfTraces>, <Trace>,<OverdrivenTr>,<NoOfValues>,{<Value>,} <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset Narda SRM-3006...
  • Page 36 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy SRM-3006 Narda...
  • Page 37 <AVGProgress> Short 0 – 100 [%] Progress of averaging <NoOfSpatialAVG> Long 0 – 999 999 Number of sweeps used for spatial averaging <df> Double Frequency resolution of the FFT [Hz] <NoOfTraces> Short Number of traces, 1 - 7 Narda SRM-3006...
  • Page 38 Error code Example (Input) DL_DATA? 1,3; (Output) 347188,SPECTRUM,TIME,28.04.10,14:30:22,NO,NO,GPS,2D,0,0,0,0,NO,"", "SW-0003",12.03.10,"V1.1.2 beta25","",01.01.01,"A-0015",13.09.04, -47,dBA/m,B,34.9055,RSS,"ICNIRP 1998 general public", "Singapore UMTS Downlink","","Three-axis Antenna 25 MHz - 3GHz", 993282300,1006717700,1000000,OFF,10000,NUMBER,360,128,-27,120, 1,285,100,0,500000,3, ACT,NO,28, -99.03781,-94.57047,-95.16548,-98.94504,-100.8946,-100.7684,-104.6847,-100.5939, -98.37939,-100.0578,-103.2881,-100.1873,-97.25618,-97.85872,-97.76405,-96.51723, -97.82542,-99.08546,-100.5912,-104.1949,-102.8588,-98.62962,-97.80673,-99.97719, -103.6932,-103.6553,-102.5543,-103.196, MAX,NO,28, -99.03781,-94.57047,-95.16548,-98.94504,-100.8946,-100.7684,-104.6847,-100.5939, -98.37939,-100.0578,-103.2881,-100.1873,-97.25618,-97.85872,-97.76405,-96.51723, -97.82542,-99.08546,-100.5912,-104.1949,-102.8588,-98.62962,-97.80673,-99.97719, -103.6932,-103.6553,-102.5543,-103.196, STD,NO,28, -18.78984,-18.78765,-18.78547,-18.78329,-18.7811,-18.77892,-18.77674,-18.77456, -18.77238,-18.77021,-18.76803,-18.76586,-18.76369,-18.76151,-18.75934,-18.75717, -18.755,-18.75283,-18.75067,-18.7485,-18.74633,-18.74417,-18.74201,-18.73985, -18.73769,-18.73553,-18.73337,-18.73121, SRM-3006 Narda...
  • Page 39: Dl_Data? (Scope)

    Input DL_DATA? <Index>,<SubIndex>; Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <Fcent>,<RBW>,<VBWMode>,<VBW>,<Yref>,<Yrange>, <TriggMode>,<TriggLevel>,<TriggDelay>,<TriggEdge>,<TriggStartDate>,<TriggStartTime>, <TimeSpan>,<TimeResolution>, <MaxNoOfValues>,<TriggState>,<NoOfTraces>, {<Trace>,<OverdrivenTr>,<NoOfValues>,{<Value>,} } <NoOfValues>,{<TrcGrpOverdrivenAtValue>,} <Error>; Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset Narda SRM-3006...
  • Page 40 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy SRM-3006 Narda...
  • Page 41 Output Parameter List, Section: TRACE COMMON Parameter Type Description <MaxNoOfValues> Integer Number of measurement values per trace Reserved for storing of uncompleted datasets <TriggState> Enum NO, TRIGGERED, STOPPED, WAIT_ARMING, ARMED Number of measurement values per trace <NoOfTraces> Short Number of traces Narda SRM-3006...
  • Page 42 Overdriven flag for every single measurement value of the trace group (MIN, MAX, AVG). Yes, if overdriven. Example (Input) DL_DATA? 32,1; (Output) 26205727,SCOPE,MAN,10.05.10,16:47:39,NO,NO,GPS,2D,0,0,48.4531683333, 9.22078833333,NO,"", "SW-0003",12.03.10,"V0.0.2 beta1","",01.01.01,"",01.01.01, -30,dBm,A,0,SINGLE,"ICNIRP 1998 general public","Österreich UMTS","","", 199980000,40000,OFF,400,-10,120,FREE_RUN,-30,0,POSITIV,01.01.01, 0:00:00,2,0.125, 17,WAIT_ARMING,3, MAX,NO,17, -92.2266,-93.04564,-93.04564,-92.15926,-93.04564,-93.75627,-93.29871,-93.12836,- 93.04564,-92.4351,-92.15926,-93.04564,-92.15926,-92.4351,-93.04564,-90.9942,- 93.04564, AVG,NO,17, -102.1236,-102.1236,-102.1236,-102.1236,-102.1236,-102.1236,-102.1236,-102.1236,- 102.1236,-102.1236,-102.1236,-102.1236,-102.1236,-102.1236,-102.1236,-102.1236,- 102.1236, MIN,NO,17, -999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999, 17,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO,NO, SRM-3006 Narda...
  • Page 43: Dl_Data? (Umts)

    Input DL_DATA? <Index>,<SubIndex>; Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <Fcent>,<AvgMethod>,<AvgTime>;<AvgNumber>,<NoiseSupprRatio>,<NoiseSuppr>, <Yref>,<Yrange>,<Display>,<PwrCorrFactor>,<PwrCorrMode> <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfTraces>, {<Trace>,<OverdrivenTr>,<Total>,<Analog>,<AnalogNoiseFlag>,<NoOfValues>, {<UMTSCode>,<UMTSValue>,<UMTSselected>,} } <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset Narda SRM-3006...
  • Page 44 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy SRM-3006 Narda...
  • Page 45 Float Upper limit of the display range [Unit] <Yrange> Float Y-scale of the display range: 20, 40, 60, 80, 100, 120 [dB] <Display> Enum TABLE BARGRAPH (not yet available) <PwrCorrFactor> Power correction factor; Default: 1.0 <PwrCorrMode> ON, OFF Narda SRM-3006...
  • Page 46 Measured power for the current UMTS code [Unit] <UMTSselected> Enum YES, NO <Error> DWord Error code Example (Input) DL_DATA? 31,1; (Output) 25357286,UMTS,MAN,10.05.10,16:33:31,NO,NO,GPS,2D,0,0,48.4531683333, 9.22078833333,NO,"", "SW-0003",12.03.10,"V0.0.2 beta1","",01.01.01,"",01.01.01, -30,dBm,A,0,SINGLE,"ICNIRP 1998 general public","Österreich UMTS","","", 2112800000,NUMBER,360,4,0,OFF,-30,120,TABLE,1,OFF, 7746,389,100,3, ACT,NO,-83.22507,-76.62833,UNCHECKED,3,501,-84.0913,YES,339, -90.65247,YES,34,-999,YES, MAX,NO,-79.50149,-72.1468,UNCHECKED,3,501,-79.61308,YES,339, -83.91263,YES,34,-92.3071,YES, MAX_AVG,NO,-79.94458,-73.37815,UNCHECKED,3,501,-80.13036,YES,339, -85.5185,YES,34,-97.9665,YES, SRM-3006 Narda...
  • Page 47: Dl_Data? (Lte)

    Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <Fcent>,<Cbw>,<AvgMethod>,<AvgTime>;<AvgNumber>,<NoiseSupprRatio>,<NoiseSuppr>, <PwrCorrFactor>,<PwrCorrMode>,<CPLength>,<CellSync> <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfCellIDs>, {<CellID>,<NoOfAntennas>,<CellIDSelected>,} <NoOfTraces>, {<Trace>,<Overdriven>,<AnalogValue>,<AnalogNoiseFlag>,<NoOfSignals>, {<Signal>,<SignalSelected>,<TotalValue>,<NoOfValues>, {Value,} } <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset Narda SRM-3006...
  • Page 48 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy SRM-3006 Narda...
  • Page 49 Otherwise the result is indicated as “< value of reference noise level”. <PwrCorrFactor> Float Power correction factor; Default: 1.0 <PwrCorrMode> Enum ON, OFF <CPLength> Enum Cyclic Prefix Length: NORMAL, EXTENDED <CellSync> Enum Cell Synchronization: SYNC, NO_SYNC Narda SRM-3006...
  • Page 50 Total power [Unit] of selected cell IDs <NoOfValues> Shorts Number of values = NoOfCellIDs There is one value for each cell ID available. <Value> Float Measured power for the current cell ID and Signal [Unit] <Error> DWord Error code SRM-3006 Narda...
  • Page 51 PSS,YES,-72.78,3,-78.27,-74.23,-999.00, SSS,YES,-73.35,3,-79.88,-74.44,-999.00, RS_AVG,YES,-74.85,3,-80.51,-76.23,-999.00, RS_MAX,YES,-73.12,3,-78.10,-74.77,-999.00, RS_SUM,YES,-71.84,3,-77.50,-73.22,-999.00, RS_0,YES,-75.26,3,-78.10,-78.44,-999.00, RS_1,YES,-74.48,3,-86.37,-74.77,-999.00, RS_2,YES,-999.00,3,-999.00,-999.00,-999.00, RS_3,YES,-999.00,3,-999.00,-999.00,-999.00, Example (Input) DL_DATA? 8,1; (Output) 1936150,LTE,MAN,18.06.14, 9:50:39,NO,ACTUAL,GPS,3D,6,511.5,48.4585966667,9.23044833333,NO,"", "D-0051",14.09.10,"V1.3.2","",01.01.01,"",01.01.01, -30,dBm,A,0,SINGLE,"ICNIRP 1998 General Public","Germany alle Funkdienste","","", 796000000,1400000,NUMBER,360,4,0,OFF,1,OFF,NORMAL,SYNC, 5,235,100,3, 335,2,YES, 334,2,NO, 333,2,NO, ACT,NO,-60.91,UNCHECKED,9, PSS,NO,-74.29,3,-74.29,-72.72,-999.00, SSS,NO,-75.50,3,-75.50,-73.19,-999.00, RS_AVG,YES,-77.68,3,-77.68,-75.45,-999.00, RS_MAX,NO,-76.82,3,-76.82,-74.78,-999.00, RS_SUM,NO,-74.67,3,-74.67,-72.44,-999.00, RS_0,NO,-76.82,3,-76.82,-76.25,-999.00, RS_1,NO,-78.76,3,-78.76,-74.78,-999.00, RS_2,NO,-999.00,3,-999.00,-999.00,-999.00, RS_3,NO,-999.00,3,-999.00,-999.00,-999.00, Narda SRM-3006...
  • Page 52: Dl_Data? (Lte Tdd)

    Output <DataSetID>,<DataSetType>,<StoringMode>,<StoringDate>,<StoringTime>,<OverdrivenDS>, <GPSFlag>,<GPSQuality>,<GPSFix>,<GPSSatellitesInUse>, <GPSAltitude>,<GPSLatitude>,<GPSLongitude>, <VoiceCommAvailable>,<TextComment>,<DevSerNo>,<DevCalDate>,<DevFWVersion>, <CabSerNo>,<CabCalDate>,<AntSerNo>,<AntCalDate>, <RL>,<Unit>,<WorldUnit>,<WorldUnitOffset>,<Axis>,<StdName>,<ServTabName>,<CabName>, <AntName>, <Fcent>,<Cbw>,<AvgMethod>,<AvgTime>;<AvgNumber>,<NoiseSupprRatio>,<NoiseSuppr>, <PwrCorrFactor>,<PwrCorrMode>,<UpDownLinkConfig>,<CPLength>,<CellSync>, <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfCellIDs>, {<CellID>,<NoOfAntennas>,<CellIDSelected>,} <NoOfTraces>, {<Trace>,<Overdriven>,<AnalogValue>,<AnalogNoiseFlag>,<NoOfSignals>, {<Signal>,<SignalSelected>,<TotalValue>,<NoOfValues>, {Value,} } <Error>; Input Parameter List Parameter Type Description <Index> Short Index of the selected dataset <SubIndex> Short Index of the selected sub-dataset SRM-3006 Narda...
  • Page 53 <DevSerNo> String Device serial number <DevCalDate> Date Device calibration date, dd.mm.yy <DevFWVersion> String Device firmware version <CabSerNo> String Cable serial number <CabCalDate> Date Cable calibration date, dd.mm.yy <AntSerNo> String Antenna serial number <AntCalDate> Date Antenna calibration date, dd.mm.yy Narda SRM-3006...
  • Page 54 Otherwise the result is indicated as “< value of reference noise level”. <PwrCorrFactor> Float Power correction factor; Default: 1.0 <PwrCorrMode> Enum ON, OFF <UpDownLinkConfig> Enum 0,1,2,3,4,5,6 <CPLength> Enum Cyclic Prefix Length: NORMAL, EXTENDED <CellSync> Enum Cell Synchronization: SYNC, NO_SYNC SRM-3006 Narda...
  • Page 55 Total power [Unit] of selected cell IDs <NoOfValues> Shorts Number of values = NoOfCellIDs There is one value for each cell ID available. <Value> Float Measured power for the current cell ID and Signal [Unit] <Error> DWord Error code Narda SRM-3006...
  • Page 56 PSS,YES,-72.78,3,-78.27,-74.23,-999.00, SSS,YES,-73.35,3,-79.88,-74.44,-999.00, RS_AVG,YES,-74.85,3,-80.51,-76.23,-999.00, RS_MAX,YES,-73.12,3,-78.10,-74.77,-999.00, RS_SUM,YES,-71.84,3,-77.50,-73.22,-999.00, RS_0,YES,-75.26,3,-78.10,-78.44,-999.00, RS_1,YES,-74.48,3,-86.37,-74.77,-999.00, RS_2,YES,-999.00,3,-999.00,-999.00,-999.00, RS_3,YES,-999.00,3,-999.00,-999.00,-999.00, Example (Input) DL_DATA? 8,1; (Output) 1936150,LTE_TDD,MAN,18.06.14, 9:50:39,NO,ACTUAL,GPS,3D,6,511.5,48.4585966667,9.23044833333,NO,"", "D-0051",14.09.10,"V1.3.2","",01.01.01,"",01.01.01, -30,dBm,A,0,SINGLE,"ICNIRP 1998 General Public","Germany alle Funkdienste","","", 796000000,1400000,NUMBER,360,4,0,OFF,1,OFF,0,NORMAL,SYNC, 5,235,100,3, 335,2,YES, 334,2,NO, 333,2,NO, ACT,NO,-60.91,UNCHECKED,9, PSS,NO,-74.29,3,-74.29,-72.72,-999.00, SSS,NO,-75.50,3,-75.50,-73.19,-999.00, RS_AVG,YES,-77.68,3,-77.68,-75.45,-999.00, RS_MAX,NO,-76.82,3,-76.82,-74.78,-999.00, RS_SUM,NO,-74.67,3,-74.67,-72.44,-999.00, RS_0,NO,-76.82,3,-76.82,-76.25,-999.00, RS_1,NO,-78.76,3,-78.76,-74.78,-999.00, RS_2,NO,-999.00,3,-999.00,-999.00,-999.00, RS_3,NO,-999.00,3,-999.00,-999.00,-999.00, SRM-3006 Narda...
  • Page 57: Dl_Info

    <Time> Time hh:mm:ss Storage time <TextComm> String Text comment up to 40 characters <VoiceCommAvailable> Enum Voice comment available: YES, NO; <GPSDataAvailable> Enum GPS data available: YES, NO; <Error> DWord Error code Example (Input) DL_INFO? 33; (Output) 1,SCOPE,MAN,11.05.10, 9:23:28,"my_text_00",NO,NO,0; Narda SRM-3006...
  • Page 58: Dl_Info_Sub

    Auto-Store for all TRUE conditions TIME Auto-Store, Timer controlled MEAS_ROUTINE Storing triggered by measurement routine (process controlled) <Date> Date dd.mm.yy Storage date <Time> Time hh:mm:ss Storage time <Error> DWord Error code Example (Input) DL_INFO? 33,1; (Output) SCOPE,MAN,11.05.10, 9:23:28,0; SRM-3006 Narda...
  • Page 59: Dl_Memory

    Queries the free memory space available for storing data sets. The response is a relative number expressed in %. Input DL_MEMORY?; Output <FreeMem>,<Error>; Parameter List Parameter Type Description <FreeMem> Integer Free memory space, 0 - 100 [%] <Error> DWord Error code Example (Input) DL_MEMORY?; (Output) 37,0; Narda SRM-3006...
  • Page 60: Dl_Number

    Command Reference Guide DL_NUMBER? Description Queries the number of saved data sets. Input DL_NUMBER?; Output <NoOfDS>,<Error>; Parameter List Parameter Type Description <NoOfDS> Integer Number of stored datasets <Error> DWord Error code Example (Input) DL_NUMBER?; (Output) 33,0; SRM-3006 Narda...
  • Page 61: Dl_Store

    Command Reference Guide DL_STORE Description Saves a data set in the current measurement mode. Input DL_STORE; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) DL_STORE; (Output) Narda SRM-3006...
  • Page 62: Dl_Voice

    Long Number of binary bytes (before conversion to HEX) <BinaryValue> ASCII HEX Binary bytes as HEX strings <Error> DWord Error code Example (Input) DL_VOICE? 37,32 (Output) 37948, 524946463494000057415645666D74201400000011000100803E0000771F0000 000204000200F9036661637404000000BE490200646174610094000008000000 D000F81A099132B3D8B2C91228A17B823003B73803202BF159928419AA32F39 0AB3806FA991380A921DC18299D5188B531A9920A9202AB38B874AF2320CB260 9912899419F240AA9589180C118AD331A98519E1302B111CA11CB1A22A957CA0 AFCAACDBAAABB98BA9113842412138A2A2492357343543342324210198C9BDEB BBDBABBAAAABB908A919C8090C00717707080808080808080808080880088008 8008080808808080000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000 SRM-3006 Narda...
  • Page 63: Error

    <Error> DWord Error code for this command Example (Input) ERROR?; (Output) 401,0; Narda SRM-3006...
  • Page 64: Level

    Result is below the noise level Result is equal or above the noise level <Value> Float Measurement result [Unit] <Error> DWord Error code Example (Input) LEVEL? RMS; (Output) 74,100,0,1, RMS,NO,UNCHECKED,-31.07009, Example (Input) LEVEL? ALL; (Output) 20672,100,0,4, RMS,NO,UNCHECKED,-30.99041, MAX_RMS,NO,UNCHECKED,-30.96372, PEAK,NO,UNCHECKED,-18.25535, MAX_PEAK,NO,UNCHECKED,-16.39886, SRM-3006 Narda...
  • Page 65: Level_Avg_Config

    Output <Error>; Parameter List Parameter Type Description <AvgTime> Float Time [s]: 0.48, 0.96, 1.2, 2.4, 3.6, 6, 12, 18, 30 ,60, 120, 180, 300, 360, 600, 900, 1200, 1800 <Error> DWord Error code Example (Input) LEVEL_AVG_CONFIG 2.4; (Output) Narda SRM-3006...
  • Page 66: Level_Avg_Config

    Output <AvgTime>,<Error>; Parameter List Parameter Type Description <AvgTime> Float Time [s]: 0.48, 0.96, 1.2, 2.4, 3.6, 6, 12, 18, 30 ,60, 120, 180, 300, 360, 600, 900, 1200, 1800 <Error> DWord Error code Example (Input) LEVEL_AVG_CONFIG?; (Output) 2.4,0; SRM-3006 Narda...
  • Page 67: Level_Avg_List

    The output is a complete list of valid settings for this mode. <DisplayString> can be easily used in list boxes and ensures the same look and feel across Narda’s analyzers. <Value> can be used in other commands to change the setting.
  • Page 68: Level_Config

    Description <Fcent> Double Center frequency [Hz] <RBW> Double Resolution bandwidth [Hz] <VBWMode> Enum Video filter: ON, OFF; <VBW> Double Video bandwidth [Hz] <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) LEVEL_CONFIG 333000000.7,250000,OFF,50000,0.4; (Output) SRM-3006 Narda...
  • Page 69: Level_Config

    Description <Fcent> Double Center frequency [Hz] <RBW> Double Resolution bandwidth [Hz] <VBWMode> Enum Video filter: ON, OFF; <VBW> Double Video bandwidth [Hz] <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) LEVEL_CONFIG?; (Output) 1500000000,5000000,OFF,50000,20,0; Narda SRM-3006...
  • Page 70: Livescreen

    65533 characters per line <NumberOfBytes> Long Number of binary bytes (before conversion to HEX) <BinaryValue> ASCII HEX Binary bytes as HEX strings <Error> DWord Error code Example (Input) LIVESCREEN? 32; (Output) 26453, 89504E470D0A1A0A0000000D49484452 00000320000001E00802000000D2659E A2000000017352474200AECE1CE90000 011418A8C0FF076DBD652BB8F321CF00 00000049454E44AE426082 SRM-3006 Narda...
  • Page 71: Lte

    {<Signal>,<SignalSelected>,<TotalValue>,<NoOfValues>, {Value,} } } <Error>; Input Parameter List Parameter Type Description <Trace> Enum Actual value Averaged value Maximum value MAX_AVG Maximum of the averaged values Minimum value MIN_AVG Minimum of the averaged values Values of the selected standard All traces Narda SRM-3006...
  • Page 72 Total power [Unit] of selected cell IDs <NoOfValues> Shorts Number of values = NoOfCellIDs There is one value for each cell ID available. <Value> Float Measured power for each cell ID and Signal [Unit] <Error> DWord Error code SRM-3006 Narda...
  • Page 73 Example (Input) LTE? ACT; (Output) 5,229,100,3, 335,2,YES, 334,2,YES, 333,2,YES, ACT,YES,-62.13,UNCHECKED,9, PSS,YES,-72.78,3,-78.27,-74.23,-999.00, SSS,YES,-73.35,3,-79.88,-74.44,-999.00, RS_AVG,YES,-74.85,3,-80.51,-76.23,-999.00, RS_MAX,YES,-73.12,3,-78.10,-74.77,-999.00, RS_SUM,YES,-71.84,3,-77.50,-73.22,-999.00, RS_0,YES,-75.26,3,-78.10,-78.44,-999.00, RS_1,YES,-74.48,3,-86.37,-74.77,-999.00, RS_2,YES,-999.00,3,-999.00,-999.00,-999.00, RS_3,YES,-999.00,3,-999.00,-999.00,-999.00, Example (Input) LTE? ACT; (Output) 5,235,100,3, 335,2,YES, 334,2,NO, 333,2,NO, ACT,NO,-60.91,UNCHECKED,9, PSS,NO,-74.29,3,-74.29,-72.72,-999.00, SSS,NO,-75.50,3,-75.50,-73.19,-999.00, RS_AVG,YES,-77.68,3,-77.68,-75.45,-999.00, RS_MAX,NO,-76.82,3,-76.82,-74.78,-999.00, RS_SUM,NO,-74.67,3,-74.67,-72.44,-999.00, RS_0,NO,-76.82,3,-76.82,-76.25,-999.00, RS_1,NO,-78.76,3,-78.76,-74.78,-999.00, RS_2,NO,-999.00,3,-999.00,-999.00,-999.00, RS_3,NO,-999.00,3,-999.00,-999.00,-999.00, Narda SRM-3006...
  • Page 74: Lte_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) LTE_AVG_CONFIG NUMBER,64,240; (Output) Example (Input) LTE_AVG_CONFIG TIME,4,180; (Output) SRM-3006 Narda...
  • Page 75: Lte_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) LTE_AVG_CONFIG?; (Output) TIME,4,120,0; Example (Input) LTE_AVG_CONFIG?; (Output) NUMBER,256,180,0;; Narda SRM-3006...
  • Page 76: Lte_Avg_List

    The output is a complete list of valid settings for this mode. <DisplayString> can be easily used in list boxes and ensures the same look and feel across Narda’s analyzers. <Value> can be used in other commands to change the setting.
  • Page 77: Lte_Config

    <CPLength> Enum Cyclic Prefix Length: NORMAL, EXTENDED <CellSync> Enum Cell Synchronization: SYNC, NO_SYNC <ExtrapolationMode> Enum ON, OFF <ExtrapolationFactor> Float 1.0 to 10000.0 <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) LTE_CONFIG 806000000,1400000,NORMAL,SYNC,OFF,1.0,-10; (Output) Narda SRM-3006...
  • Page 78: Lte_Config

    <CPLength> Enum Cyclic Prefix Length: NORMAL, EXTENDED <CellSync> Enum Cell Synchronization: SYNC, NO_SYNC <ExtrapolationMode> Enum ON, OFF <ExtrapolationFactor> Float 1.0 to 10000.0 <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) LTE_CONFIG?; (Output) 806000000,1400000,NORMAL,SYNC,OFF,1.0,-10,0; SRM-3006 Narda...
  • Page 79: Lte_Reset_Table

    Command Reference Guide LTE_RESET_TABLE The LTE commands applies for the LTE FDD optional mode Description Resets the table for LTE results (Cell IDs). Input LTE_RESET_TABLE; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) LTE_RESET_TABLE; (Output) Narda SRM-3006...
  • Page 80: Lte_Tdd

    {<Signal>,<SignalSelected>,<TotalValue>,<NoOfValues>, {Value,} } } <Error>; Input Parameter List Parameter Type Description <Trace> Enum Actual value Averaged value Maximum value MAX_AVG Maximum of the averaged values Minimum value MIN_AVG Minimum of the averaged values Values of the selected standard All traces SRM-3006 Narda...
  • Page 81 Total power [Unit] of selected cell ids <NoOfValues> Shorts Number of values = NoOfCellIDs There is one value for each cell ID available. <Value> Float Measured power for each cell ID and Signal [Unit] <Error> DWord Error code Narda SRM-3006...
  • Page 82 Example (Input) LTE_TDD? ACT; (Output) 5,229,100,3, 335,2,YES, 334,2,YES, 333,2,YES, ACT,YES,-62.13,UNCHECKED,9, PSS,YES,-72.78,3,-78.27,-74.23,-999.00, SSS,YES,-73.35,3,-79.88,-74.44,-999.00, RS_AVG,YES,-74.85,3,-80.51,-76.23,-999.00, RS_MAX,YES,-73.12,3,-78.10,-74.77,-999.00, RS_SUM,YES,-71.84,3,-77.50,-73.22,-999.00, RS_0,YES,-75.26,3,-78.10,-78.44,-999.00, RS_1,YES,-74.48,3,-86.37,-74.77,-999.00, RS_2,YES,-999.00,3,-999.00,-999.00,-999.00, RS_3,YES,-999.00,3,-999.00,-999.00,-999.00, Example (Input) LTE_TDD? ACT; (Output) 5,235,100,3, 335,2,YES, 334,2,NO, 333,2,NO, ACT,NO,-60.91,UNCHECKED,9, PSS,NO,-74.29,3,-74.29,-72.72,-999.00, SSS,NO,-75.50,3,-75.50,-73.19,-999.00, RS_AVG,YES,-77.68,3,-77.68,-75.45,-999.00, RS_MAX,NO,-76.82,3,-76.82,-74.78,-999.00, RS_SUM,NO,-74.67,3,-74.67,-72.44,-999.00, RS_0,NO,-76.82,3,-76.82,-76.25,-999.00, RS_1,NO,-78.76,3,-78.76,-74.78,-999.00, RS_2,NO,-999.00,3,-999.00,-999.00,-999.00, RS_3,NO,-999.00,3,-999.00,-999.00,-999.00, SRM-3006 Narda...
  • Page 83: Lte_Tdd_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) LTE_TDD_AVG_CONFIG NUMBER,64,240; (Output) Example (Input) LTE_TDD_AVG_CONFIG TIME,4,180; (Output) Narda SRM-3006...
  • Page 84: Lte_Tdd_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) LTE_TDD_AVG_CONFIG?; (Output) TIME,4,120,0; Example (Input) LTE_TDD_AVG_CONFIG?; (Output) NUMBER,256,180,0;; SRM-3006 Narda...
  • Page 85: Lte_Tdd_Avg_List

    The output is a complete list of valid settings for this mode. <DisplayString> can be easily used in list boxes and ensures the same look and feel across Narda’s analyzers. <Value> can be used in other commands to change the setting.
  • Page 86: Lte_Tdd_Config

    <CPLength> Enum Cyclic Prefix Length: NORMAL, EXTENDED <CellSync> Enum Cell Synchronization: SYNC, NO_SYNC <ExtrapolationMode> Enum ON, OFF <ExtrapolationFactor> Float 1.0 to 10000.0 <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) LTE_TDD_CONFIG 806000000,1400000,0,NORMAL,SYNC,OFF,1.0,-10; (Output) SRM-3006 Narda...
  • Page 87: Lte_Tdd_Config

    <CPLength> Enum Cyclic Prefix Length: NORMAL, EXTENDED <CellSync> Enum Cell Synchronization: SYNC, NO_SYNC <ExtrapolationMode> Enum ON, OFF <ExtrapolationFactor> Float 1.0 to 10000.0 <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) LTE_TDD_CONFIG?; (Output) 806000000,1400000,0,NORMAL,SYNC,OFF,1.0,-10,0; Narda SRM-3006...
  • Page 88: Lte_Tdd_Reset_Table

    Command Reference Guide LTE_TDD_RESET_TABLE Description Resets the table for LTE TDD results (Cell IDs). Input LTE_TDD_RESET_TABLE; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) LTE_TDD_RESET_TABLE; (Output) SRM-3006 Narda...
  • Page 89: Meas_Start

    A started measurement is recognized by a query, e.g. SPECTRUM? and observation of the SweepCounter, which increments when the measurement is started. Input MEAS_START; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) MEAS_START; (Output) Narda SRM-3006...
  • Page 90: Meas_Stop

    A stopped measurement is recognized by a query, e.g. SPECTRUM? and observation of the SweepCounter, which stops incrementing when the measurement is stopped. Input MEAS_STOP; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) MEAS_STOP; (Output) SRM-3006 Narda...
  • Page 91: Mode

    Command Reference Guide MODE Description Sets the current operating mode. Input MODE <Mode>; Output <Error>; Parameter List Parameter Type Description <Mode> Enum SPECTRUM SAFETY UMTS SCOPE LEVEL LTE_TDD <Error> DWord Error code Example (Input) MODE SPECTRUM; (Output) Narda SRM-3006...
  • Page 92: Mode

    Command Reference Guide MODE? Description Queries the current operating mode. Input MODE?; Output <Mode>,<Error>, Parameter List Parameter Type Description <Mode> Enum SPECTRUM SAFETY UMTS SCOPE LEVEL LTE_TDD <Error> DWord Error code Example (Input) MODE?; (Output) SPECTRUM,0; SRM-3006 Narda...
  • Page 93: Mr_List

    String Reference level (measurement range) and unit as string <Value> Float Reference level as value [Unit] <Error> DWord Error code Example (Input) MR_LIST?; (Output) "67 dBmV",67, "66 dBmV",66, "65 dBmV",65, "64 dBmV",64, "19 dBmV",19, "18 dBmV",18, "17 dBmV",17, Narda SRM-3006...
  • Page 94: Prog_Exit

    Command Reference Guide PROG_EXIT Description Ends the measurement program and switches the device to standby mode. Input PROG_EXIT; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) PROG_EXIT; (Output) SRM-3006 Narda...
  • Page 95: Rbw_List

    Resolution bandwidth RBW as value [Hz] <Error> DWord Error code Example (Input) RBW_LIST?; (Output) "100 kHz",100000, "50 kHz",50000, "30 kHz",30000, "20 kHz",20000, "10 kHz",10000, "5 kHz",5000, "3 kHz",3000, "2 kHz",2000, "1 kHz",1000, "500 Hz",500, "300 Hz",300, "200 Hz",200, "100 Hz",100, Narda SRM-3006...
  • Page 96: Remote

    Command also useable in “Remote OFF” mode Input: REMOTE <Status>; Output <Error>; Parameter List Parameter Type Description <Status> Enum ON = Enable remote operation mode OFF = Disable remote operation mode <Error> DWord Error code Example (Input) REMOTE ON; (Output) SRM-3006 Narda...
  • Page 97: Remote

    Command also useable in “Remote OFF” mode Input REMOTE?; Output <Status>,<Error>; Parameter List Parameter Type Description <Status> Enum ON = Remote operation mode is enabled OFF = Remote operation mode is disabled <Error> DWord Error code Example (Input) REMOTE?; (Output) OFF, Narda SRM-3006...
  • Page 98: Result_Type_Reset

    Command Reference Guide RESULT_TYPE_RESET Description Resets all measurement runs (traces) to default values as is done at the start of the measurement. Input RESULT_TYPE_RESET; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) RESULT_TYPE_RESET; (Output) SRM-3006 Narda...
  • Page 99: Result_Type_Reset_Min_Max

    Description Resets the Min and Max measurement runs (traces) to default values as is done at the start of the measurement. Input RESULT_TYPE_RESET_MIN_MAX; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) RESULT_TYPE_RESET_MIN_MAX; (Output) Narda SRM-3006...
  • Page 100: Safety

    SafetyEvaluation must be selected as the current operating mode. Traces can only be queried when the device is in “Detailed” table view mode. “Condensed” table view mode is not supported in remote operation. Input SAFETY?<Trace>; Output <SweepCounter>,<SweepTime>,<AVGProgress>,<NoOfSpatialAVG>, <Others>,<RBWMode>,<NoOfTraces>, <ActTrace>,<Overdriven>,<TotalValue>,<TotalNoiseFlag>,<OthersValue>,<OthersNoiseFlag>, <NoOfValues>,{<Value>,<NoiseFlag>,<ServName>,<RBW>,<Fmin>,<Fmax>}<Error>; SRM-3006 Narda...
  • Page 101 Power level [Unit] of the channel (service) <NoiseFlag> Enum Noise flag related to a specific channel (service): UNCHECKED When Noise Suppression is OFF Result is below the reference noise level Result is equal or above the reference noise level Narda SRM-3006...
  • Page 102 -44.88027,UNCHECKED,"3G UMTS",1000000,2144900000,2149900000, MAX_AVG,NO,-42.69821,UNCHECKED,-47.3951,UNCHECKED,3, -51.24933,UNCHECKED,"SingTel 1 UMTS",1000000,2120100000,2125100000, -47.77434,UNCHECKED,"SingTel 2 UMTS",1000000,2130300000,2135300000, -49.46403,UNCHECKED,"3G UMTS",1000000,2144900000,2149900000, MIN,NO,-45.52749,UNCHECKED,-51.67709,UNCHECKED,3, -58.2221,UNCHECKED,"SingTel 1 UMTS",1000000,2120100000,2125100000, -58.28917,UNCHECKED,"SingTel 2 UMTS",1000000,2130300000,2135300000, -54.28674,UNCHECKED,"3G UMTS",1000000,2144900000,2149900000, MIN_AVG,NO,-42.69821,UNCHECKED,-47.3951,UNCHECKED,3, -51.24933,UNCHECKED,"SingTel 1 UMTS",1000000,2120100000,2125100000, -47.77434,UNCHECKED,"SingTel 2 UMTS",1000000,2130300000,2135300000, -49.46403,UNCHECKED,"3G UMTS",1000000,2144900000,2149900000, STD,NO,35.7066,UNCHECKED,35.7066,UNCHECKED,3, 35.7066,UNCHECKED,"SingTel 1 UMTS",1000000,2120100000,2125100000, 35.7066,UNCHECKED,"SingTel 2 UMTS",1000000,2130300000,2135300000, 35.7066,UNCHECKED,"3G UMTS",1000000,2144900000,2149900000, SRM-3006 Narda...
  • Page 103: Safety_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) SAFETY_AVG_CONFIG NUMBER,64,240; (Output) Example (Input) SAFETY_AVG_CONFIG TIME,4,180; (Output) Narda SRM-3006...
  • Page 104: Safety_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) SAFETY_AVG_CONFIG?; (Output) TIME,4,120,0; Example (Input) SAFETY_AVG_CONFIG?; (Output) NUMBER,256,180,0; SRM-3006 Narda...
  • Page 105: Safety_Avg_List

    The output is a complete list of valid settings for this mode. <DisplayString> can be easily used in list boxes and ensures the same look and feel across Narda’s analyzers. <Value> can be used in other commands to change the setting.
  • Page 106: Safety_Config

    Each channel will be measured using a dedicated and manually defined RBW setting. Only available for <Others> = OFF <RBW> Double Resolution bandwidth [Hz] <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) SAFETY_CONFIG OFF,INDIVIDUAL,1000000,-32; (Output) SRM-3006 Narda...
  • Page 107: Safety_Config

    Each channel will be measured using a dedicated and manually defined RBW setting. Only available for <Others> = OFF <RBW> Double Resolution bandwidth [Hz] <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) SAFETY_CONFIG?; (Output) OFF,INDIVIDUAL,1000000,-64,0; Example (Input) SAFETY_CONFIG?; (Output) OFF,MANUAL,300000,-64,0; Narda SRM-3006...
  • Page 108: Scr_Clr 3

    Command Reference Guide SCR_CLR Description Deletes a selected screenshot. Input SCR_CLR <Index>; Output <Error>; Parameter List Parameter Type Description <Index> Integer Index of the screen shot <Error> DWord Error code Example (Input) SCR_CLR 3; (Output) SRM-3006 Narda...
  • Page 109: Scr_Clr_All

    Command Reference Guide SCR_CLR_ALL Description Deletes all screenshots. Input SCR_CLR_ALL; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) SCR_CLR_ALL; (Output) Narda SRM-3006...
  • Page 110: Scr_Data

    65533 characters per line <NumberOfBytes> Long Number of binary bytes (before conversion to HEX) <BinaryValue> ASCII HEX Binary bytes as HEX strings <Error> DWord Error code Example (Input) SCR_DATA? 1,32; (Output) 18285, 89504E470D0A1A0A0000000D49484452000002CA000001B40802000000A43496 3B000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000 00206348524D00007A26000080840000FA00000080E8000075300000EA600000 3A98000017709CBA513C0000000C744558745469746C65005341464554595252 EB99D116498A133B2140CBB06B197E2D232F76AAD15D7CA157F8ADE8059EF39B 23BB14EA3E7ED03216149EBB259017FB54E83E9ED02BDC15F24A879117FB94EA 2E9ED0325656A097B59017BBD4E74E7ED02BBCD4EF237EFE7F76BE96C1EBBD14 A20000000049454E44AE426082 SRM-3006 Narda...
  • Page 111: Scr_Info

    <Index> Integer Index of the screen shot <Type> Enum SPECTRUM, SAFETY, UMTS, SCOPE, LEVEL <Date> Date dd.mm.yy <Time> Time hh:mm:ss <TextComment> String Text comment up to 40 characters <Error> DWord Error code Example (Input) SCR_INFO? 7; (Output) SAFETY,05.05.10,16:29:19,"MY_SCREEN",0; Narda SRM-3006...
  • Page 112: Scr_Number

    Command Reference Guide SCR_NUMBER? Description Queries the number of existing screenshots. Input SCR_NUMBER?; Output <NoOfScreenShots>,<Error>; Parameter List Parameter Type Description <NoOfScreenShots> Integer Number of screen shots available <Error> DWord Error code Example (Input) SCR_NUMBER?; (Output) 6,0; SRM-3006 Narda...
  • Page 113: Send_Key

    MENU function key OK function key ESC SAVE function key SAVE HOLD function key HOLD LEFT arrow key < RIGHT arrow key > ON_OFF function key ON/OFF <Error> DWord Error code Example (Input) SEND_KEY HSK1; (Output) Narda SRM-3006...
  • Page 114: Send_Rot_Knob

    Command also useable in “Remote OFF” mode Input SEND_ROT_KNOB <Steps>; Output <Error>; Parameter List Parameter Type Description <Steps> Integer Counter-clockwise rotation decrements (-1 to -20) or clockwise rotation increments (1 to 20) <Error> DWord Error code Example (Input) SEND_ROT_KNOB -5; (Output) SRM-3006 Narda...
  • Page 115: Spectrum

    Enum YES, NO; Yes, if at least one trace exceeded the range limit. Overdriven results may have a very high uncertainty. <NoOfValues> Long Number of measurement values per trace <Value> Float Measurement value [Unit] <Error> DWord Error code Narda SRM-3006...
  • Page 116 ACT,NO,21, -12.26127,-12.55294,-11.70693,-11.97045,-15.70837,-18.4338,-16.36422,-14.76947, -15.36936,-14.26438,-14.78028,-16.47095,-15.76123,-12.88897,-11.72068,-12.01601, -12.81733,-14.22661,-17.17279,-21.76791,-20.13429, Example (Input) SPECTRUM? ALL; (Output) 115135,27,100,0,993282300,52083.3333333,7, ACT,NO,21, -13.20182,-13.39848,-17.17939,-19.34015,-18.08957,-15.61152,-14.93359,-17.82348, -19.91091,-18.09704,-14.42183,-14.93719,-17.56845,-16.17051,-17.81393,-17.1953, -17.31879,-14.8161,-16.23782,-18.70436,-19.43349, AVG,NO,21, -13.90337,-14.44005,-16.22732,-16.79163,-16.14999,-15.74472,-15.59394,-15.67954, -15.04876,-14.79186,-14.62804,-14.70216,-14.29844,-14.4878,-15.00878,-14.41671, -13.81039,-13.36284,-14.43957,-15.6391,-14.51957, MAX,NO,21, -6.102077,-5.895302,-4.961206,-5.150215,-5.674419,-6.256855,-5.717896,-5.847387, -5.598824,-6.680408,-6.045147,-5.374336,-4.285889,-3.144196,-5.574543,-6.559776, -6.257206,-6.219421,-4.877405,-6.034376,-6.011984, MAX_AVG,NO,21, -10.16473,-10.13559,-9.29932,-9.473587,-10.13955,-10.29768,-10.26222,-10.16678, -9.625584,-10.19563,-10.42009,-9.821373,-9.166531,-8.363728,-10.20413,-10.16017, -10.54428,-10.27439,-9.533039,-10.39424,-10.13087, MIN,NO,21, -32.93164,-33.26875,-34.99539,-33.88091,-32.05632,-33.11393,-34.37167,-32.94244, -34.86029,-32.68809,-33.97449,-32.60259,-31.73704,-33.94342,-31.77832,-33.40907, -35.1548,-36.55762,-39.29204,-32.71515,-34.26093, MIN_AVG,NO,21, -18.35072,-18.42081,-18.35322,-19.2639,-18.71375,-18.40811,-18.76067,-18.79287, -18.45266,-18.28624,-18.62754,-18.76075,-18.57296,-18.57253,-18.87147,-18.80415, -19.10171,-19.39378,-19.08729,-18.76574,-19.30312, STD,NO,21, 33.7421,33.74228,33.74246,33.74264,33.74282,33.743,33.74318,33.74336,33.74354, 33.74372,33.7439,33.74408,33.74426,33.74444,33.74463,33.7448,33.74499,33.74517, 33.74535,33.74553,33.74571, SRM-3006 Narda...
  • Page 117: Spectrum_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) SPECTRUM _AVG_CONFIG NUMBER,64,240; (Output) Example (Input) SPECTRUM _AVG_CONFIG TIME,4,180; (Output) Narda SRM-3006...
  • Page 118: Spectrum _Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) SPECTRUM _AVG_CONFIG?; (Output) TIME,4,120,0; Example (Input) SPECTRUM _AVG_CONFIG?; (Output) NUMBER,256,180,0; SRM-3006 Narda...
  • Page 119: Spectrum_Avg_List

    The output is a complete list of valid settings for this mode. <DisplayString> can be easily used in list boxes and ensures the same look and feel across Narda’s analyzers. <Value> can be used in other commands to change the setting.
  • Page 120: Spectrum_Bi_Value

    Upper limit of the frequency band [Hz] <Trace> Enum Trace selected for integration Valid values list: ACT, AVG, MAX, MAX_AVG, MIN, MIN_AVG <SumValue> Float Total power within the frequency band <Error> DWord Error code Example (Input) SPECTRUM_BI_VALUE? 1e6,10e6,act; (Output) -85.08733,0; SRM-3006 Narda...
  • Page 121: Spectrum_Config

    Center frequency [Hz] <Fspan> Double Frequency span [Hz] <RBW> Double Resolution bandwidth [Hz] <VBWMode> Enum Video filter: ON, OFF; <VBW> Double Video bandwidth [Hz] <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) SPECTRUM_CONFIG 1252500000,500000,50000,OFF,500,46; (Output) Narda SRM-3006...
  • Page 122: Spectrum_Config

    Center frequency [Hz] <Fspan> Double Frequency span [Hz] <RBW> Double Resolution bandwidth [Hz] <VBWMode> Enum Video filter: ON, OFF; <VBW> Double Video bandwidth [Hz] <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) SPECTRUM_CONFIG?; (Output) 1252500000,1000000,50000,OFF,500,46,0; SRM-3006 Narda...
  • Page 123: Spectrum_Mrk_Highest

    This command is only available in Spectrum mode. Input SPECTRUM_MRK_HIGHEST? <Trace>; Output <Frequency>,<Value>,<Error>; Parameter List Parameter Type Description <Trace> Enum ACT, AVG, MAX, MAX_AVG, MIN, MIN_AVG <Frequency> Double Marker frequency [Hz] <Value> Float Marker value [Unit] Example (Input) SPECTRUM_MRK_HIGHEST? ACT; (Output) 995992204.549,-111.2536,0; Narda SRM-3006...
  • Page 124: Spectrum_Mrk_Idx_Value

    SPECTRUM_MRK_IDX_VALUE? <Index>,<Trace>; Output <Frequency>,<Value>,<Error>; Parameter List Parameter Type Description <Index> Long Index of the marker <Trace> Enum ACT, AVG, MAX, MAX_AVG, MIN, MIN_AVG <Frequency> Double Marker frequency [Hz] <Value> Float Marker value [Unit] Example (Input) SPECTRUM_MRK_IDX_VALUE? 3,ACT; (Output) 994782300,-122.0921,0; SRM-3006 Narda...
  • Page 125: Spectrum_Mrk_Value

    SPECTRUM_MRK_VALUE? <FrequencySet>,<Trace>; Output <FrequencyGet>,<Value>,<Error>; Parameter List Parameter Type Description <FrequencySet> Double Desired frequency [Hz] <Trace> Enum ACT, AVG, MAX, MAX_AVG, MIN, MIN_AVG <FrequencyGet> Double Real marker frequency [Hz] <Value> Float Marker value [Unit] Example (Input) SPECTRUM_MRK_VALUE? 1e9,ACT; (Output) 999782300,-113.31,0; Narda SRM-3006...
  • Page 126: Spectrum_Pkt_Table

    [Unit] for linear units default: -200 [Unit] for logarithmic units <NoOfPeaksGet> Short Number of recognized peaks <Frequency> Double Frequency of a peak [Hz] <Value> Float Level of a peak [Unit] <Error> DWord Error code Example (Input) SPECTRUM_PKT_TABLE? 20,ACT,ON,-80; (Output) 999867304.766,-65.08998, 1000000008.11,-76.60297, SRM-3006 Narda...
  • Page 127: Srv_Clr

    Deletes a service table. Input SRV_CLR <ServTabLong>; Output <Error>; Parameter List Parameter Type Description < ServTabLong > String Long Name of the channel (service) table, up to 35 chr <Error> DWord Error code Example (Input) SRV_CLR "China_Overview"; (Output) Narda SRM-3006...
  • Page 128: Srv_Clr_All

    Command Reference Guide SRV_CLR_ALL Description Deletes all service tables. Input SRV_CLR_ALL; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) SRV_CLR_ALL; (Output) SRM-3006 Narda...
  • Page 129: Srv_Ds

    Lower frequency limit of the channel (service), [Hz] <Fhigh> Double Upper frequency limit of the channel (service), [Hz] <RBW> Double Resolution bandwidth [Hz] <ServName> String Name of the channel (service) , up to 15 chr <Error> DWord Error code Example (Input) SRV_DS "my_shortname","my_longname",2,1e5,1e6,1e4,"SrvA",2e5,2e6,2e4,"SrvB"; (Output) Narda SRM-3006...
  • Page 130: Srv_Ds

    167000000,208000000,1000000,"TV Band IIIa", 208000000,215000000,1000000,"DAB", 215000000,223000000,1000000,"TV Band IIIb", 470000000,566000000,10000000,"TV Band IV", 606000000,790000000,10000000,"TV Band V", 790000000,798000000,1000000,"DVB-T", 825000000,835000000,2000000,"CDMA UL", 870000000,880000000,2000000,"CDMA DL", 885000000,890000000,1000000,"EGSM 900 OL", 890000000,915000000,500000,"GSM 900 OL", 930000000,935000000,500000,"EGSM 900 GL", 935000000,960000000,500000,"GSM 900 GL", 1710500000,1780100000,500000,"GSM 1800 OL", 1805000000,1875100000,500000,"GSM 1800 DL", 1880000000,1900000000,1000000,"DECT", 2010000000,2025000000,1000000,"TD-SCDMA", SRM-3006 Narda...
  • Page 131: Srv_List

    "Germany GSM1800", "Ex.Cellular GSM 850+1900", "Ex.DECT Channels", "Germany Channels GSM-900 Downlink", "Ex.Digital Cordless Phones Overview", "Ex. Airport Radar", "Germany Ex. FM Radio Narda Pful.", "Ex.TETRA", "Germany UMTS", "Europe Full Band", "Germany alle Funkdienste", "Europe GSM 900+1800+UMTS", "Ex.ISM Band 2.4 GHz", "Japan+Korea Mobile Phone Services ",...
  • Page 132: Srv_Sel

    Sets the current active service table. Input SRV_SEL <ServTabLong>; Output <Error>; Parameter List Parameter Type Description <ServTabLong> String Long Name of the channel (service) table, up to 35 chr <Error> DWord Error code Example (Input) SRV_SEL "my_longname"; (Output) SRM-3006 Narda...
  • Page 133: Srv_Sel

    Type Description <ServTabLong> String Long Name of the channel (service) table, up to 35 chr <ServTabShort> String Short Name of the channel (service) table, up to 15 chr <Error> DWord Error code Example (Input) SRV_SEL?; (Output) "Germany GSM1800","Ger.GSM1800",0; Narda SRM-3006...
  • Page 134: Su_Clr

    Command Reference Guide SU_CLR Description Deletes a selected device setup. Input SU_CLR <SetupName>; Output <Error>; Parameter List Parameter Type Description <SetupName> String Name of the Setup, up to 35 chr <Error> DWord Error code Example (Input) SU_CLR "aaa"; (Output) SRM-3006 Narda...
  • Page 135: Su_Clr_All

    Command Reference Guide SU_CLR_ALL Description Deletes all device setups. Input SU_CLR_ALL; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) SU_CLR_ALL; (Output) Narda SRM-3006...
  • Page 136: Su_Default

    Resets the device to the default (works) settings. This affects all parameters that can be changed by a device setup. This command is useful for setting the device to a defined state. Input SU_DEFAULT; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) SU_DEFAULT; (Output) SRM-3006 Narda...
  • Page 137: Su_Ds

    Input SU_DS <SetupAsIniFile>; Output <Error>; Parameter List Parameter Type Description <SetupAsIniFile> String Content of a device setup formatted as an Ini-File <Error> DWord Error code Example (Input) SU_DS [Info] LName="MySetup" MeasMode=SAFETY [Common] MeasMode=SAFETY AxisMode=3CH_ISO_AUTO LastPTSrvTbl="" LastPTService="" (Output) Narda SRM-3006...
  • Page 138: Su_Ds

    <SetupName> String Name of the Setup, up to 35 chr <SetupAsIniFile> String Content of a device setup formatted as an Ini-File <Error> DWord Error code Example (Input) SU_DS? “MySetup”; (Output) [Info] LName="MySetup" MeasMode=SAFETY [Common] MeasMode=SAFETY AxisMode=3CH_ISO_AUTO LastPTSrvTbl="" LastPTService="" SRM-3006 Narda...
  • Page 139: Su_List

    Number of setups available <SetupName> String Name of the Setup, up to 35 chr <Error> DWord Error code Example (Input) SU_LIST?; (Output) "EU_OVERVIEW", "EU_MOBILE_OVERVIEW_SENSITIVE", "EU_UMTS_SENSITIVE", "DECT_OVERVIEW_SENSITIVE", "DECT_CHANNELS_SENSITIVE", "GERM_OVERVIEW_SENSITIVE", "GERM_OVER.BROADCAST_SENSITIVE", "GERM_FM-RADIO_SENSITIVE", "GERM_MOBILE_OVERVIEW_SENSITIVE", "GERM_MOBILE_GSM-900_SENSITIVE", "GERM_MOBILE_GSM-1800_SENSITIVE", "GERM_MOBILE_UMTS_SENSITIVE", "savg_discret_fehler", "3*28_bins", "27KBins_7Traces_mW/cm2", "123", "Test", "MySetup", Narda SRM-3006...
  • Page 140: Su_Recall

    Command Reference Guide SU_RECALL Description Activates a selected device setup. Input SU_RECALL <SetupName>; Output <Error>; Parameter List Parameter Type Description <SetupName> String Name of the Setup, up to 35 chr <Error> DWord Error code Example (Input) SU_RECAL “3*28_bins”; (Output) SRM-3006 Narda...
  • Page 141: Su_Store

    Saves the current device settings as a new setup in the device. A name that has not been used yet must be specified as the setup name. Input SU_STORE <SetupName>; Output <Error>; Parameter List Parameter Type Description <SetupName> String Name of the Setup, up to 35 chr <Error> DWord Error code Example (Input) SU_STORE “MyNewSetup”; (Output) Narda SRM-3006...
  • Page 142: Sweep_State

    Number of sweeps performed <SweepTime> Short Sweep Time [ms] <SweepProgress> Short 0 – 100 [%] Progress of the current sweep <AVGProgress> Short 0 – 100 [%] Progress of averaging <Error> DWord Error code Example (Input) SWEEP_STATE?; (Output) 28,316,100,100,0; SRM-3006 Narda...
  • Page 143: Time

    Command Reference Guide TIME Description Sets the current system time of the device. Input TIME,<Time>; Output <Error>; Parameter List Parameter Type Description <Time> Time hh:mm:ss <Error> DWord Error code Example (Input) TIME 15:16:17; (Output) Narda SRM-3006...
  • Page 144: Time

    Command Reference Guide TIME? Description Queries the current system time of the device. Input TIME?; Output <Time>,<Error>; Parameter List Parameter Type Description <Time> Time hh:mm:ss <Error> DWord Error code Example (Input) TIME?; (Output) 14:29:58,0;,0; SRM-3006 Narda...
  • Page 145: Umts

    UNCHECKED, LOW, OK <NoOfValues> Float Number of values (UMTS codes) <UMTS Code> Short UMTS code no., 0 – 511 <UMTS Value> Float Measured power for the current UMTS code [Unit] <UMTS selected> Enum YES, NO Error code <Error> DWord Narda SRM-3006...
  • Page 146 Command Reference Guide Example (Input) UMTS? ACT; (Output) 463,317,100,1, ACT,NO,-84.3169,-76.30199,UNCHECKED,3, 501,-85.56746,YES,339,-90.33401,YES,34,-999,YES, Example (Input) UMTS? ALL; (Output) 5464,298,100,6, ACT,NO,-82.21515,-75.25188,UNCHECKED,3, 501,-84.02314,YES,339,-86.89369,YES,34,-999,YES, AVG,NO,-81.76675,-75.49768,UNCHECKED,3, 501,-83.41101,YES,339,-86.78113,YES,34,-999,YES, MAX,NO,-78.92064,-73.53566,UNCHECKED,3, 501,-80.36949,YES,339,-81.35152,YES,34,-91.19492,YES, MAX_AVG,NO,-80.20639,-74.44344,UNCHECKED,3, 501,-81.13689,YES,339,-82.75244,YES,34,-92.78497,YES, MIN,NO,-92.3705,-79.78996,UNCHECKED,3, 501,-999,YES,339,-999,YES,34,-999,YES, MIN_AVG,NO,-89.87545,-79.07832,UNCHECKED,3, 501,-92.40841,YES,339,-209.7096,YES,34,-999,YES, SRM-3006 Narda...
  • Page 147: Umts_Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) UMTS _AVG_CONFIG NUMBER,64,240; (Output) Example (Input) UMTS_AVG_CONFIG TIME,4,180; (Output) Narda SRM-3006...
  • Page 148: Umts _Avg_Config

    60, 120, 180, 240, 300, 360, 420, 480, 540, 600, 660, 720, 780, 840, 900, 960, 1020, 1080, 1140, 1200, 1260, 1320, 1380, 1440, 1500, 1560, 1620, 1680, 1740, 1800 <Error> DWord Error code Example (Input) UMTS _AVG_CONFIG?; (Output) TIME,4,120,0; Example (Input) UMTS _AVG_CONFIG?; (Output) NUMBER,256,180,0; SRM-3006 Narda...
  • Page 149: Umts_Avg_List

    The output is a complete list of valid settings for this mode. <DisplayString> can be easily used in list boxes and ensures the same look and feel across Narda’s analyzers. <Value> can be used in other commands to change the setting.
  • Page 150: Umts_Config

    UMTS_CONFIG? <Fcent>,<ExtrapolationMode>,<ExtrapolationFactor>,<RL>; Output <Error>; Parameter List Parameter Type Description <Fcent> Double Center frequency [Hz] <ExtrapolationMode> Enum ON, OFF <ExtrapolationFactor> Float 0.001 to 100 <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) UMTS_CONFIG 2.1128e9,OFF,0.05,-10; (Output) SRM-3006 Narda...
  • Page 151: Umts_Config

    Output <Fcent>,<ExtrapolationMode>,<ExtrapolationFactor>,<RL>,<Error>; Parameter List Parameter Type Description <Fcent> Double Center frequency [Hz] <ExtrapolationMode > Enum ON, OFF <ExtrapolationFactor> Float 0.001 to 100 <RL> Float Reference level (Measurement Range) [Unit] <Error> DWord Error code Example (Input) UMTS_CONFIG?; (Output) 2112800000,OFF,1,-30,0; Narda SRM-3006...
  • Page 152: Umts_Reset_Table

    Description Resets the table for UMTS results (scrambling codes). This command is commonly used at the beginning of a new measurent. Input UMTS_RESET_TABLE; Output <Error>; Parameter List Parameter Type Description <Error> DWord Error code Example (Input) UMTS_RESET_TABLE; (Output) SRM-3006 Narda...
  • Page 153: Unit

    Parameter List Parameter Type Description <Unit> Enum Measurement results can be displayed in one of the following units: dBm, dBV, dBmV, dBuV, dBV/m, dBmV/m, dBuV/m, dBA/m V/m, A/m, W/m^2, W/cm^2“, A, dBA <Error> DWord Example (Input) UNIT dBV/m; (Output) Narda SRM-3006...
  • Page 154: Unit

    Type Description <Unit> Enum Measurement results can be displayed in one of the following units: dBm, dBV, dBmV, dBuV, dBV/m, dBmV/m, dBuV/m, dBA/m V/m, A/m, W/m^2, W/cm^2“, A, dBA <Error> DWord Error code Example (Input) UNIT?; (Output) V/m,0; SRM-3006 Narda...
  • Page 155: Unit_List

    String Unit as a string <Unit> Enum dBm, dBV, dBmV, dBuV, dBV/m, dBmV/m, dBuV/m, dBA/m V/m, A/m, W/m^2, W/cm^2“, A, dBA <Error> DWord Error code Example (Input) UNIT_LIST?; (Output) "dBV/m",dBV/m, "dBmV/m",dBmV/m, "dBµV/m",dBuV/m, "dBA/m",dBA/m, "V/m",V/m, "A/m",A/m, "W/m²",W/m^2, "W/cm²",W/cm^2, "%",%, Narda SRM-3006...
  • Page 156: Vbw_List

    Video bandwidth and unit as string <Value> Double Video bandwidth as value [Hz] <Error> DWord Error code Example (Input) VBW_LIST?; (Output) "10 kHz",10000, "5 kHz",5000, "3 kHz",3000, "2 kHz",2000, "1 kHz",1000, "500 Hz",500, "300 Hz",300, "200 Hz",200, "100 Hz",100, SRM-3006 Narda...
  • Page 157: Version

    <FW Version>,<Error>; Parameter List Parameter Type Description <ModuleType> Enum Application Firmware Bootloader Operating System <FW Version> VersionString “V0.0.0” to “V99.99.99” Example (Input) VERSION? APP; (Output) "V1.1.2",0; Example (Input) VERSION? BL; (Output) "V1.0.4",0; Example (Input) VERSION? OS; (Output) "V1.4.3",0; Narda SRM-3006...
  • Page 158: Remote Application Examples

    The device system time can differ from the local time. In such cases, the device time should be synchronized with the PC clock to ensure that the measurements are time stamped correctly. The following routine checks the date and time of the device and corrects the settings if necessary. Flowchart SRM-3006 Narda...
  • Page 159 Command Reference Guide Communications trace (Input) REMOTE ON; (Output) (Input) DATE?; (Output) 01.01.10,0; (Input) TIME?; (Output) 12:00:00,0; (Input) DATE 14.06.10; (Output) (Input) TIME 15:31:00; (Output) (Input) REMOTE OFF; (Output) Narda SRM-3006...
  • Page 160: Synchronizing Queries Of Measured Values With The Sweep State

    Synchronization with the device status (sweep state) is necessary to avoid reading the same measurement result several times. The following routine determines the sweep state cyclically until the <Number of Runs> parameter increments. This ensures that new measurement results are available in the device, which can then be read out. Flowchart SRM-3006 Narda...
  • Page 161 (Output) 26,383,26,100,0; (Input) SWEEP_STATE?; (Output) 26,383,36,100,0; (Input) SWEEP_STATE?; (Output) 26,383,54,100,0; (Input) SWEEP_STATE?; (Output) 26,383,72,100,0; (Input) SWEEP_STATE?; (Output) 26,383,90,100,0; (Input) SWEEP_STATE?; (Output) 27,384,2,100,0; (Input) SPECTRUM? ACT; (Output) 27,384,100,0,9000,2500000,1, ACT,NO,1201, -15.87665,-18.99925,-29..,0; (Input) SWEEP_STATE?; (Output) 27,384,23,100,0 (Input) REMOTE OFF; (Output) Narda SRM-3006...
  • Page 162: Carrier Signal Monitoring With Alarms

    The following routine monitors a number of carrier signals that are saved in a setup and issues alarms when the corresponding power levels occur. Flowchart SRM-3006 Narda...
  • Page 163 -87.98232,UNCHECKED,"Mobilcom Media",100000,1905100000,1910100000, -89.51995,UNCHECKED,"T-Mobile",100000,1910100000,1915100000, -76.09155,UNCHECKED,"Vodafone D2",100000,1915100000,1920100000, -88.14398,UNCHECKED,"E-Plus 3G",100000,2019700000,2024700000, -66.28833,UNCHECKED,"Vodafone D2",100000,2110300000,2120200000, -81.64407,UNCHECKED,"Group 3G",100000,2120200000,2130100000, -67.00497,UNCHECKED,"E-Plus 3G",100000,2130100000,2140000000, -75.81621,UNCHECKED,"Mobilcom Media",100000,2140000000,2149900000, -76.41513,UNCHECKED,"O2",100000,2149900000,2159800000, -79.86673,UNCHECKED,"T-Mobile",100000,2159800000,2169700000, -77.95309,UNCHECKED,"Group 3G",100000,2170000000,2179000000, (Input) SWEEP_STATE?; (Output) 2,421,100,50,0; (Input) SWEEP_STATE?; (Output) 2,421,100,50,0; (Input) SWEEP_STATE?; (Output) 2,421,100,50,0; (Input) SWEEP_STATE?; (Output) 2,421,100,50,0; (Input) REMOTE OFF; (Output) Narda SRM-3006...
  • Page 166 Narda Safety Test Solutions GmbH Sandwiesenstraße 7 72793 Pfullingen, Germany Phone: +49 7121 9732 0 Fax: +49 7121 9732 790 E-mail: support.narda-de@L3T.com www.narda-sts.com Narda Safety Test Solutions 435 Moreland Road Hauppauge, NY 11788, USA Phone: +1 631-231-1700 Fax: +1 631-231-1711 E-mail: nardasts@L3T.com...

Table of Contents