Repeat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK:REPeat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK:REPeat
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.hack.repeat.get(mobileStation = repcap.MobileStation.Default)

Defines the cycle length after that the information in the HS-DPCCH scheduling table is read out again from the beginning.

Parameters:

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

Returns:

hack_rep: integer Range: 1 to dynamic

set(hack_rep: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK:REPeat
driver.source.bb.w3Gpp.mstation.dpcch.hs.hack.repeat.set(hack_rep = 1, mobileStation = repcap.MobileStation.Default)

Defines the cycle length after that the information in the HS-DPCCH scheduling table is read out again from the beginning.

Parameters:
  • hack_rep – integer Range: 1 to dynamic

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