Item

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:COReset<cr>:PDCCh0:DCISettings:ITEM
class ItemCls[source]

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

class ItemStruct[source]

Response structure. Fields:

  • Dci_Field: enums.DciField: For an overview of parameters, see Table ‘List of DCI fields’.

  • Bit_Length: float: No parameter help available

get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, coreset=Coreset.Default) ItemStruct[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:COReset<cr>:PDCCh0:DCISettings:ITEM
value: ItemStruct = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.coreset.pdcch.dciSettings.item.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, coreset = repcap.Coreset.Default)
Defines the bit length for DCI fields.

INTRO_CMD_HELP: Prerequisites for this command

  • Availability of parameters depend on the selected DCI format (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Slot.Coreset.Pdcch.DciFormat.set) .

Note that, depending on the DCI format, some bit lengths are fix and cannot be changed.

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param frame

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

param bwPart

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)

param slot

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param coreset

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coreset’)

return

structure: for return value, see the help for ItemStruct structure arguments.

set(dci_field: RsFsw.enums.DciField, bit_length: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, coreset=Coreset.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:COReset<cr>:PDCCh0:DCISettings:ITEM
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.coreset.pdcch.dciSettings.item.set(dci_field = enums.DciField.AINDicator, bit_length = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, coreset = repcap.Coreset.Default)
Defines the bit length for DCI fields.

INTRO_CMD_HELP: Prerequisites for this command

  • Availability of parameters depend on the selected DCI format (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Frame.BwPart.Slot.Coreset.Pdcch.DciFormat.set) .

Note that, depending on the DCI format, some bit lengths are fix and cannot be changed.

param dci_field

For an overview of parameters, see Table ‘List of DCI fields’.

param bit_length

No help available

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param frame

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

param bwPart

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)

param slot

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param coreset

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coreset’)