Dwpts
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CSIS:[CELL<CH0>]:DWPTs
- class DwptsCls[source]
Dwpts commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) bool [source]
# SCPI: [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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
dwpts: 1| ON| 0| OFF
- set(dwpts: bool, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param dwpts
1| ON| 0| OFF
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)