Scind

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SCINd
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SCINd
value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.nprach.scind.get(allocationNull = repcap.AllocationNull.Default)

Sets the DCI field subcarrier indication field of NPRACH (ISC) .

Parameters:

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

Returns:

subcarrier_ind: integer Range: 0 to 47

set(subcarrier_ind: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:NPRach:SCINd
driver.source.bb.eutra.downlink.niot.dci.alloc.nprach.scind.set(subcarrier_ind = 1, allocationNull = repcap.AllocationNull.Default)

Sets the DCI field subcarrier indication field of NPRACH (ISC) .

Parameters:
  • subcarrier_ind – integer Range: 0 to 47

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