Main

SCPI Command :

MEASurement<*>:MAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) MeasurementType[source]
# MEASurement<*>:MAIN
value: enums.MeasurementType = driver.measurement.main.get(measurement = repcap.Measurement.Default)

Defines the measurement that is used as a source for math calculations and result analysis. This measurement is mandatory in the measurement group. Further measurements are added to the measurement group with method RsRtx.measurement.additional.set() .

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

meas_type:

  • Amplitude/time measurements: HIGH | LOW | AMPLitude | MAXimum | MINimum | PDELta | MEAN | RMS | STDDev | POVershoot | NOVershoot | AREA | RTIMe | FTIMe | PPULse | NPULse | PERiod | FREQuency | PDCYcle | NDCYcle | CYCarea | CYCMean | CYCRms | CYCStddev | PULCnt | DELay | PHASe | BWIDth | PSWitching | NSWitching | PULSetrain | EDGecount | SETup | HOLD | SHT | SHR | DTOTrigger | PROBemeter | SLERising | SLEFalling | ATAR | SIGNallvl | VOCRossing | NPERiod | CMIN | CMAXSee ‘Amplitude/time measurements’.``*RST`` value for amplitude/time measurements: AMPLitude.

  • Jitter measurements: CCJitter | NCJitter | CCWidth | CCDutycycle | TIE | UINTerval | DRATe | SKWDelay | SKWPhaseOnly available if option R&S RTO6-K12 is installed. See ‘Jitter measurements (option R&S RTO6-K12) ‘.

  • EMC/ESD tests: FPEak | SPEak | I30 | I60 | LVADelay | TTValueAvailable with option R&S RTO6-K155See ‘EMC/ESD measurements (option R&S RTO6-K155) ‘.

  • Eye diagram measurements: ERPercent | ERDB | EHEight | EWIDth | ETOP | EBASe | CPOints | QFACtor | RMSNoise | SNRatio | DCDistortion | ERTime | EFTime | EBRate | EAMPlitude | PPJitter | STDJitter | RMSJitterSee ‘Eye diagram measurements’*RST value for eye/jitter measurements: ERPercent.

  • Spectrum measurements: CPOWer | OBWidth | SBWidth | THD | THDPCT | THDA | THDU | THDR | PLISt | HAR | THDF | SPARSee ‘Spectrum measurements’.``*RST`` value for spectrum measurements: CPOWer.

  • Histogram measurements: WCOunt | WSAMples | HSAMples | HPEak | PEAK | UPEakvalue | LPEakvalue | HMAXimum | HMINimum | MEDian | MAXMin | HMEan | HSTDdev | M1STddev | M2STddev | M3STddev | MKPositive | MKNegativeSee ‘Histogram measurement’.``*RST`` value for histogram measurements: WCOunt.

  • Protocol measurements: NONE | AUDio | F2F | T2F | FLDValue | GAP | MBITrate | SBITrate | BIDLe | FCNT | FEC | FER | CFERRequires option R&S RTO6-K500See ‘Protocol measurements’

  • Optical measurements: OAP | OMASee ‘Optical measurements’.

set(meas_type: MeasurementType, measurement=Measurement.Default) None[source]
# MEASurement<*>:MAIN
driver.measurement.main.set(meas_type = enums.MeasurementType.ACPower, measurement = repcap.Measurement.Default)

Defines the measurement that is used as a source for math calculations and result analysis. This measurement is mandatory in the measurement group. Further measurements are added to the measurement group with method RsRtx.measurement.additional.set() .

Parameters:
  • meas_type

    • Amplitude/time measurements: HIGH | LOW | AMPLitude | MAXimum | MINimum | PDELta | MEAN | RMS | STDDev | POVershoot | NOVershoot | AREA | RTIMe | FTIMe | PPULse | NPULse | PERiod | FREQuency | PDCYcle | NDCYcle | CYCarea | CYCMean | CYCRms | CYCStddev | PULCnt | DELay | PHASe | BWIDth | PSWitching | NSWitching | PULSetrain | EDGecount | SETup | HOLD | SHT | SHR | DTOTrigger | PROBemeter | SLERising | SLEFalling | ATAR | SIGNallvl | VOCRossing | NPERiod | CMIN | CMAXSee ‘Amplitude/time measurements’.``*RST`` value for amplitude/time measurements: AMPLitude.

    • Jitter measurements: CCJitter | NCJitter | CCWidth | CCDutycycle | TIE | UINTerval | DRATe | SKWDelay | SKWPhaseOnly available if option R&S RTO6-K12 is installed. See ‘Jitter measurements (option R&S RTO6-K12) ‘.

    • EMC/ESD tests: FPEak | SPEak | I30 | I60 | LVADelay | TTValueAvailable with option R&S RTO6-K155See ‘EMC/ESD measurements (option R&S RTO6-K155) ‘.

    • Eye diagram measurements: ERPercent | ERDB | EHEight | EWIDth | ETOP | EBASe | CPOints | QFACtor | RMSNoise | SNRatio | DCDistortion | ERTime | EFTime | EBRate | EAMPlitude | PPJitter | STDJitter | RMSJitterSee ‘Eye diagram measurements’*RST value for eye/jitter measurements: ERPercent.

    • Spectrum measurements: CPOWer | OBWidth | SBWidth | THD | THDPCT | THDA | THDU | THDR | PLISt | HAR | THDF | SPARSee ‘Spectrum measurements’.``*RST`` value for spectrum measurements: CPOWer.

    • Histogram measurements: WCOunt | WSAMples | HSAMples | HPEak | PEAK | UPEakvalue | LPEakvalue | HMAXimum | HMINimum | MEDian | MAXMin | HMEan | HSTDdev | M1STddev | M2STddev | M3STddev | MKPositive | MKNegativeSee ‘Histogram measurement’.``*RST`` value for histogram measurements: WCOunt.

    • Protocol measurements: NONE | AUDio | F2F | T2F | FLDValue | GAP | MBITrate | SBITrate | BIDLe | FCNT | FEC | FER | CFERRequires option R&S RTO6-K500See ‘Protocol measurements’

    • Optical measurements: OAP | OMASee ‘Optical measurements’.

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)