Repeat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:HACK: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>: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.

param mobileStation

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

return

hack_rep: integer Range: 1 to dynamic

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

param hack_rep

integer Range: 1 to dynamic

param mobileStation

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