Dwpts

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:DWPTs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:DWPTs
value: bool = driver.source.bb.eutra.downlink.csis.cell.dwpts.get(cellNull = repcap.CellNull.Default)

Enables transmission of the CSI-RS in the Downlink Pilot Time Slot (DwPTS) parts of the TDD frame.

Parameters:

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

Returns:

dwpts: 1 | ON | 0| OFF

set(dwpts: bool, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:DWPTs
driver.source.bb.eutra.downlink.csis.cell.dwpts.set(dwpts = False, cellNull = repcap.CellNull.Default)

Enables transmission of the CSI-RS in the Downlink Pilot Time Slot (DwPTS) parts of the TDD frame.

Parameters:
  • dwpts – 1 | ON | 0| OFF

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