K2
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:CSSCheduling:K2
- class K2Cls[source]
K2 commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:CSSCheduling:K2 value: int or bool = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.csScheduling.k2.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Sends a slot offset as ‘minimumSchedulingOffsetK2-r16’ to the UE, for BWP <bb>. The slot offset defines the minimum allowed k2 value (offset between PDCCH and PUSCH, cross-slot scheduling) .
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
k_2: (integer or boolean) integer: Send this value. OFF: Do not send a value.
- set(cell_name: str, k_2: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:CSSCheduling:K2 driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.csScheduling.k2.set(cell_name = 'abc', k_2 = 1, bwParts = repcap.BwParts.Default)
Sends a slot offset as ‘minimumSchedulingOffsetK2-r16’ to the UE, for BWP <bb>. 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.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)