Rafter

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh: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>:PRACh:RAFTer
value: int = driver.source.bb.w3Gpp.mstation.prach.rafter.get(mobileStation = repcap.MobileStation.Default)

Sets the number of access slots after that the PRACH 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>:PRACh:RAFTer
driver.source.bb.w3Gpp.mstation.prach.rafter.set(repeat_after = 1, mobileStation = repcap.MobileStation.Default)

Sets the number of access slots after that the PRACH 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’)