Enable

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:B:SCC<Carrier>:ENABle
class EnableCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:B:SCC<Carrier>:ENABle
value: bool = driver.configure.b.scc.enable.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures whether the SCC<c> belongs to the SCC synchronization set A/B or not. An SCC can only belong to one of the sets. Adding it to one set, removes it from the other set (if applicable) . Adding an SCC to a set is only possible, if the set and the SCC have the same state (for example ‘RRC added’) .

param secondaryCompCarrier:

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

return:

enable: OFF | ON OFF: The SCC does not belong to the set. ON: The SCC belongs to the set.

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

Configures whether the SCC<c> belongs to the SCC synchronization set A/B or not. An SCC can only belong to one of the sets. Adding it to one set, removes it from the other set (if applicable) . Adding an SCC to a set is only possible, if the set and the SCC have the same state (for example ‘RRC added’) .

param enable:

OFF | ON OFF: The SCC does not belong to the set. ON: The SCC belongs to the set.

param secondaryCompCarrier:

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