ZpNum

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:ZPNum
class ZpNumCls[source]

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:ZPNum
value: int = driver.source.bb.eutra.downlink.drs.cell.zpNum.get(cellNull = repcap.CellNull.Default)

Enables up to 5 ZeroTxPower CSI-RS within the DRS period.

param cellNull

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

return

num_zero_pwr_conf: integer Range: 0 to 5

set(num_zero_pwr_conf: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:ZPNum
driver.source.bb.eutra.downlink.drs.cell.zpNum.set(num_zero_pwr_conf = 1, cellNull = repcap.CellNull.Default)

Enables up to 5 ZeroTxPower CSI-RS within the DRS period.

param num_zero_pwr_conf

integer Range: 0 to 5

param cellNull

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