StaPattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MIMO:STAPattern
- 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:STAPattern value: str = driver.source.bb.w3Gpp.bstation.channel.hsdpa.mimo.staPattern.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Enables/disables a temporal deactivation of Stream 2 per TTI in form of sending pattern. The stream 2 sending pattern is a sequence of max 16 values of ‘1’ (enables Stream 2 for that TTI) and ‘-’ (disabled Stream 2 for that TTI) .
- 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:
sta_pattern: string
- set(sta_pattern: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:MIMO:STAPattern driver.source.bb.w3Gpp.bstation.channel.hsdpa.mimo.staPattern.set(sta_pattern = 'abc', baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Enables/disables a temporal deactivation of Stream 2 per TTI in form of sending pattern. The stream 2 sending pattern is a sequence of max 16 values of ‘1’ (enables Stream 2 for that TTI) and ‘-’ (disabled Stream 2 for that TTI) .
- Parameters:
sta_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’)