Repeat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:REPeat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [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.

Parameters:

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

Returns:

repeat: integer Range: 1 to dynamic

set(repeat: int, mobileStation=MobileStation.Default) None[source]
# [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.

Parameters:
  • repeat – integer Range: 1 to dynamic

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