Dmodulation

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:MODulation:DMODulation
class DmodulationCls[source]

Dmodulation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Seg_Reliability: int: Reliability indicator for the segment

  • Modulation: enums.Modulation: BPSK, BPWS: π/2-BPSK, π/2-BPSK with shaping QPSK, Q16, Q64, Q256: QPSK, 16QAM, 64QAM, 256QAM

fetch(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<Carrier>]:MODulation:DMODulation
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.cc.modulation.dmodulation.fetch(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Returns the detected modulation scheme for segment <no> in list mode, for carrier <c>. The result is determined from the last measured slot of the statistical length.

param sEGMent:

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

param carrierComponent:

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

return:

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