Mode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) BfapMapMode[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MODE
value: enums.BfapMapMode = driver.source.bb.eutra.downlink.user.apm.mode.get(userIx = repcap.UserIx.Default)

Defines the antenna port mapping method.

Parameters:

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

Returns:

ant_port_map: CB | RCB | FW CB Codebook RCB Random codebook FW Fixed weight

set(ant_port_map: BfapMapMode, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:APM:MODE
driver.source.bb.eutra.downlink.user.apm.mode.set(ant_port_map = enums.BfapMapMode.CB, userIx = repcap.UserIx.Default)

Defines the antenna port mapping method.

Parameters:
  • ant_port_map – CB | RCB | FW CB Codebook RCB Random codebook FW Fixed weight

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)