Main
SCPI Command :
MEASurement<*>:MAIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) MeasType[source]
# MEASurement<*>:MAIN value: enums.MeasType = driver.measurement.main.get(measIndex = repcap.MeasIndex.Default)
Defines the measurement type that is assigned to the indicated measurement. To query the result, use method
RsMxo.measurement.result.actual.get().- Parameters:
measIndex – 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 | CRESt | POVershoot | NOVershoot | AREA | RTIMe | FTIMe | PPULse | NPULse | PERiod | FREQuency | PDCYcle | NDCYcle | CYCarea | CYCMean | CYCRms | CYCStddev | CYCCrest | CAMPlitude | CMAXimum | CMINimum | CPDelta | PULCnt | DELay | PHASe | BWIDth | EDGecount | SETup | HOLD | SHT | SHR | DTOTrigger | SLERising | SLEFalling
Jitter measurements: CCJitter | NCJitter | CCWidth | CCDutycycle | TIE | UINTerval | DRATe | SKWDelay | SKWPhaseRequire option R&S MXO5-K12.
Measurements on waveform histograms: WCOunt | HSAMples | HPEak | PEAK | UPEakvalue | LPEakvalue | HMAXimum | HMINimum | MEDian | MAXMin | HMEan | HSTDdev | M1STddev | M2STddev | M3STddev | MKPositive | MKNegative
Measurements for serial protocols: F2F | T2F | F2T | FLDValue | MBITrate | SBITrate | BIDLe | GAP | FCNT | FEC | FER | CFER | RSERrRequire option R&S MXO5-K500.
Eye measurements: ERPercent | ERDB | EHEight | EWIDth | ETOP | EBASe | QFACtor | RMSNoise | SNRatio | DCDistortion | ERTime | EFTime | EBRate | EAMPlitude | PPJitter | STDJitter | RMSJitter | CPPercentRequire option R&S MXO5-K136.
- set(meas_type: MeasType, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:MAIN driver.measurement.main.set(meas_type = enums.MeasType.ACPower, measIndex = repcap.MeasIndex.Default)
Defines the measurement type that is assigned to the indicated measurement. To query the result, use method
RsMxo.measurement.result.actual.get().- Parameters:
meas_type –
Amplitude/time measurements: HIGH | LOW | AMPLitude | MAXimum | MINimum | PDELta | MEAN | RMS | STDDev | CRESt | POVershoot | NOVershoot | AREA | RTIMe | FTIMe | PPULse | NPULse | PERiod | FREQuency | PDCYcle | NDCYcle | CYCarea | CYCMean | CYCRms | CYCStddev | CYCCrest | CAMPlitude | CMAXimum | CMINimum | CPDelta | PULCnt | DELay | PHASe | BWIDth | EDGecount | SETup | HOLD | SHT | SHR | DTOTrigger | SLERising | SLEFalling
Jitter measurements: CCJitter | NCJitter | CCWidth | CCDutycycle | TIE | UINTerval | DRATe | SKWDelay | SKWPhaseRequire option R&S MXO5-K12.
Measurements on waveform histograms: WCOunt | HSAMples | HPEak | PEAK | UPEakvalue | LPEakvalue | HMAXimum | HMINimum | MEDian | MAXMin | HMEan | HSTDdev | M1STddev | M2STddev | M3STddev | MKPositive | MKNegative
Measurements for serial protocols: F2F | T2F | F2T | FLDValue | MBITrate | SBITrate | BIDLe | GAP | FCNT | FEC | FER | CFER | RSERrRequire option R&S MXO5-K500.
Eye measurements: ERPercent | ERDB | EHEight | EWIDth | ETOP | EBASe | QFACtor | RMSNoise | SNRatio | DCDistortion | ERTime | EFTime | EBRate | EAMPlitude | PPJitter | STDJitter | RMSJitter | CPPercentRequire option R&S MXO5-K136.
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)