Index

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:INDex
class IndexCls[source]

Index commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:INDex
value: int = driver.source.bb.wlnn.fblock.smapping.index.get(frameBlock = repcap.FrameBlock.Default)

Sets the index of the subcarrier. A matrix is mapped to each subcarrier. Except for k=0, the index can be set in the value range of -64 to 63

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

return

index: integer Range: depends on TxMode to depends on TxMode

set(index: int, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:INDex
driver.source.bb.wlnn.fblock.smapping.index.set(index = 1, frameBlock = repcap.FrameBlock.Default)

Sets the index of the subcarrier. A matrix is mapped to each subcarrier. Except for k=0, the index can be set in the value range of -64 to 63

param index

integer Range: depends on TxMode to depends on TxMode

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)