Level
SCPI Command :
[SOURce<HW>]:BB:EVDO:USER<ST>:MAC:LEVel
- class LevelCls[source]
Level commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) float [source]
# SCPI: [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.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
level: float Range: -25 to -7
- set(level: float, userIx=UserIx.Default) None [source]
# SCPI: [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.
- param level
float Range: -25 to -7
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)