Level
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:MAC:LEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) float[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:MAC:LEVel value: float = driver.source.bb.evdo.user.mac.level.get(userIx = repcap.UserIx.Default)
Sets the power within the MAC channel that is dedicated to the selected user.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
level: float Range: -25 to -7
- set(level: float, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EVDO:USER<ST>:MAC:LEVel driver.source.bb.evdo.user.mac.level.set(level = 1.0, userIx = repcap.UserIx.Default)
Sets the power within the MAC channel that is dedicated to the selected user.
- Parameters:
level – float Range: -25 to -7
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)