Modulation
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:[XPUSch]:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) UlModulation[source]
# [SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:[XPUSch]:MODulation value: enums.UlModulation = driver.source.bb.v5G.uplink.subf.alloc.xpusch.modulation.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Selects the modulation scheme for the specified allocation.
- Parameters:
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’)
- Returns:
modulation: QPSK | QAM16 | QAM64 | PSK8 | QAM256
- set(modulation: UlModulation, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:UL:[SUBF<ST0>]:ALLoc<CH0>:[XPUSch]:MODulation driver.source.bb.v5G.uplink.subf.alloc.xpusch.modulation.set(modulation = enums.UlModulation.PSK8, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Selects the modulation scheme for the specified allocation.
- Parameters:
modulation – QPSK | QAM16 | QAM64 | PSK8 | QAM256
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’)