Index
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:SMAPping:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) int[source]
# [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
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
index: integer Range: depends on TxMode to depends on TxMode
- set(index: int, frameBlock=FrameBlock.Default) None[source]
# [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
- Parameters:
index – integer Range: depends on TxMode to depends on TxMode
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)