Rafter

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:RAFTer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [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.

Parameters:

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

Returns:

repeat_after: integer Range: 1 to 1000

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

Parameters:
  • repeat_after – integer Range: 1 to 1000

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