StSymbol
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:STSYmbol
- class StSymbolCls[source]
StSymbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) RsSmbv.enums.EutraDlNbiotStartSymbols [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:STSYmbol value: enums.EutraDlNbiotStartSymbols = driver.source.bb.eutra.downlink.niot.alloc.stSymbol.get(allocationNull = repcap.AllocationNull.Default)
Sets the first symbol in a subframe where NB-IoT channels can be allocated.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
start_symbol: SYM0| SYM1| SYM2| SYM3
- set(start_symbol: RsSmbv.enums.EutraDlNbiotStartSymbols, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:STSYmbol driver.source.bb.eutra.downlink.niot.alloc.stSymbol.set(start_symbol = enums.EutraDlNbiotStartSymbols.SYM0, allocationNull = repcap.AllocationNull.Default)
Sets the first symbol in a subframe where NB-IoT channels can be allocated.
- param start_symbol
SYM0| SYM1| SYM2| SYM3
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)