AltModulation
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:ALTModulation
- class AltModulationCls[source]
AltModulation commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) RsSmbv.enums.ModulationC [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:ALTModulation value: enums.ModulationC = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.altModulation.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the alternative modulation (see ‘Randomly varying modulation and number of codes (Type 3i) settings’) .
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
alt_modulation: QPSK| QAM16| QAM64
- set(alt_modulation: RsSmbv.enums.ModulationC, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:ALTModulation driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.altModulation.set(alt_modulation = enums.ModulationC.QAM16, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the alternative modulation (see ‘Randomly varying modulation and number of codes (Type 3i) settings’) .
- param alt_modulation
QPSK| QAM16| QAM64
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)