StaPattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:STAPattern
- class StaPatternCls[source]
StaPattern 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:STAPattern value: str = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.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) .
- 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
sta_pattern: string
- set(sta_pattern: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:STAPattern driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.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) .
- param sta_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’)