Rarb

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RARB
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RARB
value: bool = driver.source.bb.w3Gpp.mstation.pcpch.rarb.get(mobileStation = repcap.MobileStation.Default)

Enables/disables repeating the selected PCPCH structure during one ARB sequence.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF ON Within one ARB sequence, the selected PCPCH structure is repeated once. OFF The selected PCPCH structure can be repeated several time, depending on the structure length (method RsSmw.source.bb.w3Gpp.mstation.prach.timing.speriod.get() ) and the method RsSmw.source.bb.w3Gpp.mstation.pcpch.rafter.set() .

set(state: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RARB
driver.source.bb.w3Gpp.mstation.pcpch.rarb.set(state = False, mobileStation = repcap.MobileStation.Default)

Enables/disables repeating the selected PCPCH structure during one ARB sequence.

Parameters:
  • state – 1 | ON | 0| OFF ON Within one ARB sequence, the selected PCPCH structure is repeated once. OFF The selected PCPCH structure can be repeated several time, depending on the structure length (method RsSmw.source.bb.w3Gpp.mstation.prach.timing.speriod.get() ) and the method RsSmw.source.bb.w3Gpp.mstation.pcpch.rafter.set() .

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