K0

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:CSSCheduling:K0
class K0Cls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:CSSCheduling:K0
value: int or bool = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.csScheduling.k0.get(cell_name = 'abc')

Sends a slot offset as ‘minimumSchedulingOffsetK0-r16’ to the UE, for the initial BWP. The slot offset defines the minimum allowed k0 value (offset between PDCCH and PDSCH, cross-slot scheduling) .

param cell_name:

No help available

return:

k_0: (integer or boolean) integer: Send this value. OFF: Do not send a value.

set(cell_name: str, k_0: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:CSSCheduling:K0
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.csScheduling.k0.set(cell_name = 'abc', k_0 = 1)

Sends a slot offset as ‘minimumSchedulingOffsetK0-r16’ to the UE, for the initial BWP. The slot offset defines the minimum allowed k0 value (offset between PDCCH and PDSCH, cross-slot scheduling) .

param cell_name:

No help available

param k_0:

(integer or boolean) integer: Send this value. OFF: Do not send a value.