Emcs

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:EMCS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) WlannFbMcs[source]
# [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.

Parameters:

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

Returns:

eht_sig_mcs: MCS0 | MCS1 | MCS3 | MCS15

set(eht_sig_mcs: WlannFbMcs, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • eht_sig_mcs – MCS0 | MCS1 | MCS3 | MCS15

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