Zp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:[ZPRS<ST0>]:ZP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default, indexNull=IndexNull.Default) str[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:[ZPRS<ST0>]:ZP value: 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.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Zprs’)
- Returns:
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: str, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:[ZPRS<ST0>]:ZP driver.source.bb.eutra.downlink.csis.cell.zprs.zp.set(zero_power = rawAbc, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Sets the used CSI-RS configurations in the zero transmission power subframes.
- Parameters:
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
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Zprs’)