Rversion
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:RVERsion
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:RVERsion value: int = driver.source.bb.eutra.downlink.niot.dci.alloc.rversion.get(allocationNull = repcap.AllocationNull.Default)
Sets the DCI field redundancy version.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
redundancy_vers: integer Range: 0 to 1
- set(redundancy_vers: int, allocationNull=AllocationNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:DCI:ALLoc<CH0>:RVERsion driver.source.bb.eutra.downlink.niot.dci.alloc.rversion.set(redundancy_vers = 1, allocationNull = repcap.AllocationNull.Default)
Sets the DCI field redundancy version.
- Parameters:
redundancy_vers – integer Range: 0 to 1
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)