Mpart
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:DPOWer:MPARt
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:DPOWer:MPARt value: float = driver.source.bb.w3Gpp.mstation.prach.timing.dpower.mpart.get(mobileStation = repcap.MobileStation.Default)
Queries the level correction value for the message part. In case of one UE active and ‘Level Reference’ set to ‘RMS Power’, the power of the message part can be calculated by adding the set RF level.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mpart: float Range: -80 to 0
Cloning the Group
# Create a copy of the original group, that exists independently
mpart_copy = driver.source.bb.w3Gpp.mstation.prach.timing.dpower.mpart.clone()
Subgroups