Rafter

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RAFTer
class RafterCls[source]

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

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RAFTer
value: int = driver.source.bb.w3Gpp.mstation.pcpch.rafter.get(mobileStation = repcap.MobileStation.Default)

Sets the number of access slots after that the PCPCH structure is repeated.

param mobileStation

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

return

repeat_after: integer Range: 1 to 1000

set(repeat_after: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:RAFTer
driver.source.bb.w3Gpp.mstation.pcpch.rafter.set(repeat_after = 1, mobileStation = repcap.MobileStation.Default)

Sets the number of access slots after that the PCPCH structure is repeated.

param repeat_after

integer Range: 1 to 1000

param mobileStation

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