Modulation
SCPI Command :
[SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:[CW<CWID>]:PUSCh:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) UlModulation[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:[CW<CWID>]:PUSCh:MODulation value: enums.UlModulation = driver.source.bb.oneweb.uplink.cell.subf.alloc.cw.pusch.modulation.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)
Selects the modulation scheme for the allocation.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)
- Returns:
modulation: QPSK | QAM16 | QAM64 | PSK8 | QAM256
- set(modulation: UlModulation, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, codeword=Codeword.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:[CW<CWID>]:PUSCh:MODulation driver.source.bb.oneweb.uplink.cell.subf.alloc.cw.pusch.modulation.set(modulation = enums.UlModulation.PSK8, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, codeword = repcap.Codeword.Default)
Selects the modulation scheme for the allocation.
- Parameters:
modulation – QPSK | QAM16 | QAM64 | PSK8 | QAM256
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
codeword – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cw’)