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
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_nppwr() float[source]
# [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.

get_ns_pwr() float[source]
# [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.

Returns:

ns_sync_power: float Range: -80 to 10

get_tx_antenna() EutraNbiotSimAnt[source]
# [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.

Returns:

np_ns_sync_tx_ant: NONE | ANT1 | ANT2 | ALL

set_nppwr(np_sync_power: float) None[source]
# [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.

Parameters:

np_sync_power – float Range: -80 to 10

set_ns_pwr(ns_sync_power: float) None[source]
# [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.

Parameters:

ns_sync_power – float Range: -80 to 10

set_tx_antenna(np_ns_sync_tx_ant: EutraNbiotSimAnt) None[source]
# [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.

Parameters:

np_ns_sync_tx_ant – NONE | ANT1 | ANT2 | ALL