Repeat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:PCQI: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:PCQI:REPeat
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.pcqi.repeat.get(mobileStation = repcap.MobileStation.Default)

(Release 8 and Later) 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

pcqi_rep: integer Range: 1 to dynamic

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

(Release 8 and Later) Defines the cycle length after that the information in the HS-DPCCH scheduling table is read out again from the beginning.

param pcqi_rep

integer Range: 1 to dynamic

param mobileStation

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