K0
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:CSSCheduling:K0
- class K0Cls[source]
K0 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:K0 value: int or bool = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.csScheduling.k0.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Sends a slot offset as ‘minimumSchedulingOffsetK0-r16’ to the UE, for BWP <bb>. The slot offset defines the minimum allowed k0 value (offset between PDCCH and PDSCH, 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_0: (integer or boolean) integer: Send this value. OFF: Do not send a value.
- set(cell_name: str, k_0: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:CSSCheduling:K0 driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.csScheduling.k0.set(cell_name = 'abc', k_0 = 1, bwParts = repcap.BwParts.Default)
Sends a slot offset as ‘minimumSchedulingOffsetK0-r16’ to the UE, for BWP <bb>. 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.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)