Duration

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:DURation
class DurationCls[source]

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

get(cell_name: str) Spreset[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:DURation
value: enums.Spreset = driver.configure.signaling.nradio.cell.ibwp.coreset.duration.get(cell_name = 'abc')

Specifies the duration of the CORESET 1, in PDCCH symbols.

param cell_name:

No help available

return:

duration: No help available

set(cell_name: str, duration: Spreset) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:DURation
driver.configure.signaling.nradio.cell.ibwp.coreset.duration.set(cell_name = 'abc', duration = enums.Spreset.S1)

Specifies the duration of the CORESET 1, in PDCCH symbols.

param cell_name:

No help available

param duration:

No help available