Niot

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:NPPWr
[SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:NSPWr
[SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:TXANtenna
class NiotCls[source]

Niot commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_nppwr() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:NPPWr
value: float = driver.source.bb.eutra.downlink.sync.niot.get_nppwr()

Sets the power of the NPSS/NSSS allocations.

return

np_sync_power: No help available

get_ns_pwr() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:NSPWr
value: float = driver.source.bb.eutra.downlink.sync.niot.get_ns_pwr()

Sets the power of the NPSS/NSSS allocations.

return

ns_sync_power: float Range: -80 to 10

get_tx_antenna() RsSmbv.enums.EutraNbiotSimAnt[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:TXANtenna
value: enums.EutraNbiotSimAnt = driver.source.bb.eutra.downlink.sync.niot.get_tx_antenna()

Defines on which antenna the NPSS/NSSS are transmitted.

return

np_ns_sync_tx_ant: NONE| ANT1| ANT2| ALL

set_nppwr(np_sync_power: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:NPPWr
driver.source.bb.eutra.downlink.sync.niot.set_nppwr(np_sync_power = 1.0)

Sets the power of the NPSS/NSSS allocations.

param np_sync_power

float Range: -80 to 10

set_ns_pwr(ns_sync_power: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:NSPWr
driver.source.bb.eutra.downlink.sync.niot.set_ns_pwr(ns_sync_power = 1.0)

Sets the power of the NPSS/NSSS allocations.

param ns_sync_power

float Range: -80 to 10

set_tx_antenna(np_ns_sync_tx_ant: RsSmbv.enums.EutraNbiotSimAnt) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:SYNC:NIOT:TXANtenna
driver.source.bb.eutra.downlink.sync.niot.set_tx_antenna(np_ns_sync_tx_ant = enums.EutraNbiotSimAnt.ALL)

Defines on which antenna the NPSS/NSSS are transmitted.

param np_ns_sync_tx_ant

NONE| ANT1| ANT2| ALL