AgScope
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:[HSUPa]:EAGCh:TTI<DI0>:AGSCope
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) HsUpaAgchScope[source]
# [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) .
- 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’)
transmTimeIntervalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)
- Returns:
ag_scope: ALL | PER
- set(ag_scope: HsUpaAgchScope, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None[source]
# [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) .
- Parameters:
ag_scope – ALL | PER
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’)
transmTimeIntervalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tti’)