Repeat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:REPeat
class RepeatCls[source]

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

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:REPeat
value: int = driver.source.bb.w3Gpp.mstation.hsupa.edch.repeat.get(mobileStation = repcap.MobileStation.Default)

Determine the number of TTIs after that the E-DCH scheduling is repeated.

param mobileStation

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

return

repeat: integer Range: 1 to dynamic

set(repeat: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:REPeat
driver.source.bb.w3Gpp.mstation.hsupa.edch.repeat.set(repeat = 1, mobileStation = repcap.MobileStation.Default)

Determine the number of TTIs after that the E-DCH scheduling is repeated.

param repeat

integer Range: 1 to dynamic

param mobileStation

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