Mlength
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:MLENgth
- class MlengthCls[source]
Mlength 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: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.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
mlength: 1 | 2 Frames
- set(mlength: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [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.
- param mlength
1 | 2 Frames
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)