State

SCPI Commands

FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:SEGMent<Segment>:CPO:STATe
class State[source]

State commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Seg_Reliability: int: decimal 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. Range: 0 | 3 | 4 | 8

  • Rpi_Ch: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased INV: No channel available ACTive: Active channel IACtive: Inactive channel ALIased: Aliased channel

  • Rdc_Ch: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased

  • Rcc_Ch: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased

  • Rea_Ch: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased

  • Rfch: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased

  • Rsch_0_W_02_E_04: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased

  • Rsch_0_W_01_E_02: enums.SigChStateA: INVisible | ACTive | IACTive | ALIased

  • Rsch_1_W_06_E_08: enums.SigChStateA: For future use - returned value not relevant.

  • Rsch_1_W_02_E_04: enums.SigChStateA: For future use - returned value not relevant.

fetch(segment=<Segment.Default: -1>)FetchStruct[source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:CPO:STATe
value: FetchStruct = driver.multiEval.listPy.segment.cpo.state.fetch(segment = repcap.Segment.Default)

Return the states of the channels for channel phase offset (CPO) measurements.

param segment

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

return

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