Pstart
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PSTart
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PSTart value: int = driver.source.bb.eutra.downlink.ca.cell.pstart.get(cellNull = repcap.CellNull.Default)
Sets the starting symbol of the PDSCH for the corresponding SCell.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
pdsch_start: integer Range: 1 to 4
- set(pdsch_start: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:PSTart driver.source.bb.eutra.downlink.ca.cell.pstart.set(pdsch_start = 1, cellNull = repcap.CellNull.Default)
Sets the starting symbol of the PDSCH for the corresponding SCell.
- Parameters:
pdsch_start – integer Range: 1 to 4
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)