Enable

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:SIB<n>:ENABle
class EnableCls[source]

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

get(systemInfoBlock=SystemInfoBlock.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SIB<n>:ENABle
value: bool = driver.configure.sib.enable.get(systemInfoBlock = repcap.SystemInfoBlock.Default)

No command help available

param systemInfoBlock:

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

return:

enable: No help available

set(enable: bool, systemInfoBlock=SystemInfoBlock.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SIB<n>:ENABle
driver.configure.sib.enable.set(enable = False, systemInfoBlock = repcap.SystemInfoBlock.Default)

No command help available

param enable:

No help available

param systemInfoBlock:

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