Cvpb

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:CVPB
class CvpbCls[source]

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

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

The command switches the order of the constellation points of the 16QAM and 64QAM mapping. The re-arrengement is done according to 3GPP TS25.212.

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

cvpb: integer Range: 0 to 3

set(cvpb: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:CVPB
driver.source.bb.w3Gpp.bstation.channel.hsdpa.cvpb.set(cvpb = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command switches the order of the constellation points of the 16QAM and 64QAM mapping. The re-arrengement is done according to 3GPP TS25.212.

param cvpb

integer Range: 0 to 3

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