Mode
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userIx=UserIx.Default) RsSmbv.enums.EutraBfapMapMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MODE value: enums.EutraBfapMapMode = driver.source.bb.eutra.downlink.user.apm.mode.get(userIx = repcap.UserIx.Default)
Defines the antenna port mapping method.
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
ant_port_map: CB| RCB| FW CB Codebook RCB Random codebook FW Fixed weight
- set(ant_port_map: RsSmbv.enums.EutraBfapMapMode, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MODE driver.source.bb.eutra.downlink.user.apm.mode.set(ant_port_map = enums.EutraBfapMapMode.CB, userIx = repcap.UserIx.Default)
Defines the antenna port mapping method.
- param ant_port_map
CB| RCB| FW CB Codebook RCB Random codebook FW Fixed weight
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)