Zp

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:[ZPRS<ST0>]:ZP
class ZpCls[source]

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

get(cellNull=CellNull.Default, indexNull=IndexNull.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:[ZPRS<ST0>]:ZP
value: List[str] = driver.source.bb.eutra.downlink.csis.cell.zprs.zp.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the used CSI-RS configurations in the zero transmission power subframes.

param cellNull

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

param indexNull

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

return

zero_power: decimal value In the user interface, the 16 bits are set as a hexadecimal value. In the remote control, as a decimal value. Range: 0 to 65535

set(zero_power: List[str], cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:[ZPRS<ST0>]:ZP
driver.source.bb.eutra.downlink.csis.cell.zprs.zp.set(zero_power = ['rawAbc1', 'rawAbc2', 'rawAbc3'], cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the used CSI-RS configurations in the zero transmission power subframes.

param zero_power

decimal value In the user interface, the 16 bits are set as a hexadecimal value. In the remote control, as a decimal value. Range: 0 to 65535

param cellNull

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

param indexNull

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