LteCell

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:LTECell:STATe
class LteCellCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:LTECell:STATe
value: bool = driver.source.bb.eutra.downlink.niot.lteCell.get_state()

In in-band mode, defines how the LTE channels are handled. If enabled, all LTE channels are deactivated. However, LTE reference signals are still transmitted.

return

lte_cell: 1| ON| 0| OFF

set_state(lte_cell: bool) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:LTECell:STATe
driver.source.bb.eutra.downlink.niot.lteCell.set_state(lte_cell = False)

In in-band mode, defines how the LTE channels are handled. If enabled, all LTE channels are deactivated. However, LTE reference signals are still transmitted.

param lte_cell

1| ON| 0| OFF