DlEqual

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:DLEQual
class DlEqualCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:DLEQual
value: bool = driver.configure.connection.scc.dlEqual.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Enables or disables the coupling of all MIMO downlink streams. When you switch on the coupling, the settings for DL stream 1 are applied to all DL streams. With enabled coupling, commands of the format CONFigure:…:DL<s>… configure all DL streams at once, independent of the specified <s>. With disabled coupling, such commands configure a single selected DL stream <s>. However, some settings are never configurable per stream and are always coupled.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

enable: OFF | ON

set(enable: bool, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:DLEQual
driver.configure.connection.scc.dlEqual.set(enable = False, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Enables or disables the coupling of all MIMO downlink streams. When you switch on the coupling, the settings for DL stream 1 are applied to all DL streams. With enabled coupling, commands of the format CONFigure:…:DL<s>… configure all DL streams at once, independent of the specified <s>. With disabled coupling, such commands configure a single selected DL stream <s>. However, some settings are never configurable per stream and are always coupled.

param enable:

OFF | ON

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)