Repeat

SCPI Command :

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

Parameters:

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

Returns:

pcqi_rep: integer Range: 1 to dynamic

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

Parameters:
  • pcqi_rep – integer Range: 1 to dynamic

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