MmLayer

SCPI Command :

[CONFigure]:SIGNaling:UEASsistance:NRADio:MMLayer
class MmLayerCls[source]

MmLayer commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class MmLayerStruct[source]

Response structure. Fields:

  • Enable: bool: Enables/disables transmitting the parameter ‘MaxMIMO-LayerPreferenceConfig-r16’ in the IE ‘OtherConfig’.

  • Prohibit_Timer: enums.ProhibitTimer: Signaled ‘maxMIMO-LayerPreferenceProhibitTimer-r16’. Sn: n ms SnDm: n.m ms

get() MmLayerStruct[source]
# SCPI: [CONFigure]:SIGNaling:UEASsistance:NRADio:MMLayer
value: MmLayerStruct = driver.configure.signaling.ueAssistance.nradio.mmLayer.get()

Configures requests for the preferred maximum number of MIMO layers.

return:

structure: for return value, see the help for MmLayerStruct structure arguments.

set(enable: bool, prohibit_timer: ProhibitTimer = None) None[source]
# SCPI: [CONFigure]:SIGNaling:UEASsistance:NRADio:MMLayer
driver.configure.signaling.ueAssistance.nradio.mmLayer.set(enable = False, prohibit_timer = enums.ProhibitTimer.INF)

Configures requests for the preferred maximum number of MIMO layers.

param enable:

Enables/disables transmitting the parameter ‘MaxMIMO-LayerPreferenceConfig-r16’ in the IE ‘OtherConfig’.

param prohibit_timer:

Signaled ‘maxMIMO-LayerPreferenceProhibitTimer-r16’. Sn: n ms SnDm: n.m ms