Modulation

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MODulation
class ModulationCls[source]

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

get(allocationNull=AllocationNull.Default) RsSmbv.enums.C5GbaseMod[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MODulation
value: enums.C5GbaseMod = driver.source.bb.ofdm.alloc.modulation.get(allocationNull = repcap.AllocationNull.Default)

Sets the modulation type of an allocation.

param allocationNull

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

return

base_mod_type: BPSK| QPSK| QAM16| QAM64| QAM256| SCMA| CIQ| ZADoffchu| CUSConst BPSK|QPSK Binary/quaternary phase shift keying QAM16|QAM64|QAM256 Quadrature amplitude modulation 16/64/256 SCMA Sparse code multiple access CIQ Custom IQ data file, loaded with the command [:SOURcehw]:BB:OFDM:ALLocch0:CIQFile. ZADoffchu Zadoff-Chu sequence CUSConst Custom constellation

set(base_mod_type: RsSmbv.enums.C5GbaseMod, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:MODulation
driver.source.bb.ofdm.alloc.modulation.set(base_mod_type = enums.C5GbaseMod.BPSK, allocationNull = repcap.AllocationNull.Default)

Sets the modulation type of an allocation.

param base_mod_type

BPSK| QPSK| QAM16| QAM64| QAM256| SCMA| CIQ| ZADoffchu| CUSConst BPSK|QPSK Binary/quaternary phase shift keying QAM16|QAM64|QAM256 Quadrature amplitude modulation 16/64/256 SCMA Sparse code multiple access CIQ Custom IQ data file, loaded with the command [:SOURcehw]:BB:OFDM:ALLocch0:CIQFile. ZADoffchu Zadoff-Chu sequence CUSConst Custom constellation

param allocationNull

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