Srot
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:SCRambling:SROT
- class SrotCls[source]
Srot commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:SCRambling:SROT value: bool = driver.source.bb.eutra.downlink.niot.alloc.scrambling.srot.get(allocationNull = repcap.AllocationNull.Default)
Enables NPBCH scrambling with symbol rotation.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
symbol_rotation: 1| ON| 0| OFF
- set(symbol_rotation: bool, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:SCRambling:SROT driver.source.bb.eutra.downlink.niot.alloc.scrambling.srot.set(symbol_rotation = False, allocationNull = repcap.AllocationNull.Default)
Enables NPBCH scrambling with symbol rotation.
- param symbol_rotation
1| ON| 0| OFF
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)