Mlength

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:MLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:MLENgth
value: int = driver.source.bb.w3Gpp.mstation.prach.mlength.get(mobileStation = repcap.MobileStation.Default)

The command sets the length of the message component as a number of frames.

Parameters:

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

Returns:

mlength: 1 | 2 Frames

set(mlength: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:MLENgth
driver.source.bb.w3Gpp.mstation.prach.mlength.set(mlength = 1, mobileStation = repcap.MobileStation.Default)

The command sets the length of the message component as a number of frames.

Parameters:
  • mlength – 1 | 2 Frames

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