Pstart

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:CA:CELL<CH0>:PSTart
class PstartCls[source]

Pstart commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:CA:CELL<CH0>:PSTart
value: int = driver.source.bb.v5G.downlink.ca.cell.pstart.get(cellNull = repcap.CellNull.Default)

No command help available

param cellNull

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

return

pdsch_start: No help available

set(pdsch_start: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:CA:CELL<CH0>:PSTart
driver.source.bb.v5G.downlink.ca.cell.pstart.set(pdsch_start = 1, cellNull = repcap.CellNull.Default)

No command help available

param pdsch_start

No help available

param cellNull

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