Maximum

SCPI Commands

FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:CTO:MAXimum
CALCulate:CDMA:MEASurement<Instance>:MEValuation:LIST:CTO:MAXimum
class Maximum[source]

Maximum commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’. In list mode, a zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.

  • Seg_Reliability: List[int]: 0 | 3 | 4 | 8 The segment reliability indicates whether one of the following exceptions occurred in this segment: 0: No error 3: Signal overflow 4: Signal low 8: Synchronization error If a combination of exceptions occurs, the most severe error is indicated.

  • Rpi_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rdc_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rcc_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rea_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rfch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rsch_0_W_02_E_04: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rsch_0_W_01_E_02: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rsch_1_W_06_E_08: List[float]: float For future use - returned value not relevant.

  • Rsch_1_W_02_E_04: List[float]: float For future use - returned value not relevant.

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’. In list mode, a zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.

  • Seg_Reliability: List[int]: 0 | 3 | 4 | 8 The segment reliability indicates whether one of the following exceptions occurred in this segment: 0: No error 3: Signal overflow 4: Signal low 8: Synchronization error If a combination of exceptions occurs, the most severe error is indicated.

  • Rpi_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rdc_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rcc_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rea_Ch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rfch: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rsch_0_W_02_E_04: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rsch_0_W_01_E_02: List[float]: float Time offset for the indicated channels in the in-phase signal path (I-signal) . Range: –50 ns to +50 ns Unit: s

  • Rsch_1_W_06_E_08: List[float]: float For future use - returned value not relevant.

  • Rsch_1_W_02_E_04: List[float]: float For future use - returned value not relevant.

calculate()CalculateStruct[source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:LIST:CTO:MAXimum
value: CalculateStruct = driver.multiEval.listPy.cto.maximum.calculate()

Returns channel time offset (CTO) results for all active segments in list mode (see method RsCmwCdma2kMeas.Configure. MultiEval.ListPy.value) . To define the statistical length for AVERage and MAXimum calculation and to enable the calculation of the results, use the command method RsCmwCdma2kMeas.Configure.MultiEval.ListPy.Segment.Modulation.set. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below. The values listed below in curly brackets {} are returned for each active segment: {…}seg 1, {…}seg 2, …, {…}seg n. The number of active segments n is determined by method RsCmwCdma2kMeas.Configure. MultiEval.ListPy.count. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

structure: for return value, see the help for CalculateStruct structure arguments.

fetch()FetchStruct[source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:CTO:MAXimum
value: FetchStruct = driver.multiEval.listPy.cto.maximum.fetch()

Returns channel time offset (CTO) results for all active segments in list mode (see method RsCmwCdma2kMeas.Configure. MultiEval.ListPy.value) . To define the statistical length for AVERage and MAXimum calculation and to enable the calculation of the results, use the command method RsCmwCdma2kMeas.Configure.MultiEval.ListPy.Segment.Modulation.set. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below. The values listed below in curly brackets {} are returned for each active segment: {…}seg 1, {…}seg 2, …, {…}seg n. The number of active segments n is determined by method RsCmwCdma2kMeas.Configure. MultiEval.ListPy.count. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

return

structure: for return value, see the help for FetchStruct structure arguments.