PwPattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MIMO:PWPattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) str[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MIMO:PWPattern value: str = driver.source.bb.w3Gpp.bstation.channel.hsdpa.mimo.pwPattern.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the precoding weight parameter w2 for MIMO precoding. The values of the weight parameters w1, w3 and w4 are calculated based on the value for w2 (see ‘MIMO in HSPA+’) .
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
pw_pattern: string
- set(pw_pattern: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MIMO:PWPattern driver.source.bb.w3Gpp.bstation.channel.hsdpa.mimo.pwPattern.set(pw_pattern = 'abc', baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the precoding weight parameter w2 for MIMO precoding. The values of the weight parameters w1, w3 and w4 are calculated based on the value for w2 (see ‘MIMO in HSPA+’) .
- Parameters:
pw_pattern – string
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)