Rru
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:RRU
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:RRU value: int = driver.source.bb.wlnn.fblock.user.rru.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
For regular resource units (RRU) , selects the index of the RRU for each user.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
rru_index: integer Range: 1 to 148
- set(rru_index: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:RRU driver.source.bb.wlnn.fblock.user.rru.set(rru_index = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
For regular resource units (RRU) , selects the index of the RRU for each user.
- Parameters:
rru_index – integer Range: 1 to 148
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)