AgScope

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:TTI<DI0>:AGSCope
class AgScopeCls[source]

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

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) RsSmbv.enums.HsUpaAgchScope[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:TTI<DI0>:AGSCope
value: enums.HsUpaAgchScope = driver.source.bb.w3Gpp.bstation.channel.hsupa.eagch.tti.agScope.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)

Sets the scope of the selected grant. According to the TS 25.321, the impact of each grant on the UE depends on this parameter. For E-DCH TTI = 10ms, the absolute grant scope is always ALL (All HARQ Processes) .

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

param transmTimeIntervalNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)

return

ag_scope: ALL| PER

set(ag_scope: RsSmbv.enums.HsUpaAgchScope, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:TTI<DI0>:AGSCope
driver.source.bb.w3Gpp.bstation.channel.hsupa.eagch.tti.agScope.set(ag_scope = enums.HsUpaAgchScope.ALL, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)

Sets the scope of the selected grant. According to the TS 25.321, the impact of each grant on the UE depends on this parameter. For E-DCH TTI = 10ms, the absolute grant scope is always ALL (All HARQ Processes) .

param ag_scope

ALL| PER

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

param transmTimeIntervalNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)