StSymbol
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:STSYmbol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(allocationNull=AllocationNull.Default) EutraDlNbiotStartSymbols[source]
# [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.
- Parameters:
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- Returns:
start_symbol: SYM0 | SYM1 | SYM2 | SYM3
- set(start_symbol: EutraDlNbiotStartSymbols, allocationNull=AllocationNull.Default) None[source]
# [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.
- Parameters:
start_symbol – SYM0 | SYM1 | SYM2 | SYM3
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)