K2
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:CSSCheduling:K2
- class K2Cls[source]
K2 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:K2 value: int or bool = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.csScheduling.k2.get(cell_name = 'abc')
Sends a slot offset as ‘minimumSchedulingOffsetK2-r16’ to the UE, for the initial BWP. The slot offset defines the minimum allowed k2 value (offset between PDCCH and PUSCH, cross-slot scheduling) .
- param cell_name:
No help available
- return:
k_2: (integer or boolean) integer: Send this value. OFF: Do not send a value.
- set(cell_name: str, k_2: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:CSSCheduling:K2 driver.configure.signaling.nradio.cell.ueScheduling.userDefined.csScheduling.k2.set(cell_name = 'abc', k_2 = 1)
Sends a slot offset as ‘minimumSchedulingOffsetK2-r16’ to the UE, for the initial BWP. The slot offset defines the minimum allowed k2 value (offset between PDCCH and PUSCH, cross-slot scheduling) .
- param cell_name:
No help available
- param k_2:
(integer or boolean) integer: Send this value. OFF: Do not send a value.