Isf

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDSch:ISF
class IsfCls[source]

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDSch:ISF
value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.npdsch.isf.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI feild resource assignment field (ISF) .

param allocationNull

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

return

dci_isf: integer Range: 0 to 7

set(dci_isf: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPDSch:ISF
driver.source.bb.eutra.downlink.niot.dci.alloc.npdsch.isf.set(dci_isf = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI feild resource assignment field (ISF) .

param dci_isf

integer Range: 0 to 7

param allocationNull

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