Mpart

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:DPOWer:MPARt
class MpartCls[source]

Mpart commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) float[source]
# SCPI: [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.

param mobileStation

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

return

mpart: float Range: -80 to 0

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.prach.timing.dpower.mpart.clone()

Subgroups