Dmodulation

SCPI Command :

FETCh:NRMMw: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.ModScheme: π/2-BPSK, BPSK, QPSK, 16QAM, 64QAM, 256QAM

fetch(sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default) FetchStruct[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:CC<carrier>]:MODulation:DMODulation
value: FetchStruct = driver.nrMmwMeas.multiEval.listPy.segment.cc.modulation.dmodulation.fetch(sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default)

Returns the modulation scheme for segment <no>, for carrier <c>. The value applies to the last measured slot of the statistical length.

param sEGMent:

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

param carrierComponentExt:

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

return:

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