ZpNum

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:ZPNum
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [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.

Parameters:

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

Returns:

num_zero_pwr_conf: integer Range: 0 to 5

set(num_zero_pwr_conf: int, cellNull=CellNull.Default) None[source]
# [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.

Parameters:
  • num_zero_pwr_conf – integer Range: 0 to 5

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