Rarb

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RARB
class RarbCls[source]

Rarb commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) bool[source]
# SCPI: [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.

param mobileStation

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

return

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 ([:SOURcehw]:BB:W3GPp:MSTationst:PRACh:TIMing:SPERiod?) and the [:SOURcehw]:BB:W3GPp:MSTationst:PCPCh:RAFTer.

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

param 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 ([:SOURcehw]:BB:W3GPp:MSTationst:PRACh:TIMing:SPERiod?) and the [:SOURcehw]:BB:W3GPp:MSTationst:PCPCh:RAFTer.

param mobileStation

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