PwPattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:PWPattern
- class PwPatternCls[source]
PwPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) str [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:PWPattern value: str = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.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+’) .
- 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
pw_pattern: string
- set(pw_pattern: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:PWPattern driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.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+’) .
- param pw_pattern
string
- 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’)