Emcs
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:EMCS
- class EmcsCls[source]
Emcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbMcs [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:EMCS value: enums.WlannFbMcs = driver.source.bb.wlnn.fblock.emcs.get(frameBlock = repcap.FrameBlock.Default)
Sets the modulation coding scheme for modulation of the EHT-SIG bits.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
eht_sig_mcs: MCS0| MCS1| MCS3| MCS15
- set(eht_sig_mcs: RsSmbv.enums.WlannFbMcs, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:EMCS driver.source.bb.wlnn.fblock.emcs.set(eht_sig_mcs = enums.WlannFbMcs.MCS0, frameBlock = repcap.FrameBlock.Default)
Sets the modulation coding scheme for modulation of the EHT-SIG bits.
- param eht_sig_mcs
MCS0| MCS1| MCS3| MCS15
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)