S64Qam

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:S64Qam
class S64QamCls[source]

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

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:S64Qam
value: bool = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.s64Qam.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Enables/disables UE support of 64QAM. This command is enabled only for HS-SCCH Type 1 (normal operation) and 16QAM modulation. In case this parameter is disabled, i.e. the UE does not support 64QAM, the xccs,7 bit is used for channelization information.

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:

s_64_qam: ON| OFF

set(s_64_qam: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:S64Qam
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.s64Qam.set(s_64_qam = False, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Enables/disables UE support of 64QAM. This command is enabled only for HS-SCCH Type 1 (normal operation) and 16QAM modulation. In case this parameter is disabled, i.e. the UE does not support 64QAM, the xccs,7 bit is used for channelization information.

param s_64_qam:

ON| OFF

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’)