Zp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:CSIRs<ST>:ZP
- class ZpCls[source]
Zp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, csiRefSignal=CsiRefSignal.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:CSIRs<ST>:ZP value: int = driver.source.bb.eutra.downlink.drs.cell.csirs.zp.get(cellNull = repcap.CellNull.Default, csiRefSignal = repcap.CsiRefSignal.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 csiRefSignal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csirs’)
- return
zero_power: integer In the user interface, the 16 bits are set as a hexadecimal value. In the remote control, as a decimal value. Range: 0 to 16 bit
- set(zero_power: int, cellNull=CellNull.Default, csiRefSignal=CsiRefSignal.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:CSIRs<ST>:ZP driver.source.bb.eutra.downlink.drs.cell.csirs.zp.set(zero_power = 1, cellNull = repcap.CellNull.Default, csiRefSignal = repcap.CsiRefSignal.Default)
Sets the used CSI-RS configurations in the zero transmission power subframes.
- param zero_power
integer In the user interface, the 16 bits are set as a hexadecimal value. In the remote control, as a decimal value. Range: 0 to 16 bit
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param csiRefSignal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csirs’)