Modulation<Stream>

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MODulation<ST>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.source.bb.wlnn.fblock.user.modulation.repcap_stream_set(repcap.Stream.Nr1)
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default, stream=Stream.Default) WlannFbMod[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MODulation<ST>
value: enums.WlannFbMod = driver.source.bb.wlnn.fblock.user.modulation.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, stream = repcap.Stream.Default)

Selects the modulation used for the spatial stream.

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

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

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

Returns:

modulation: BPSK | QPSK | QAM16 | QAM64 | QAM256 | QAM1024 | QAM4096

set(modulation: WlannFbMod, frameBlock=FrameBlock.Default, userIx=UserIx.Default, stream=Stream.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MODulation<ST>
driver.source.bb.wlnn.fblock.user.modulation.set(modulation = enums.WlannFbMod.BPSK, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default, stream = repcap.Stream.Default)

Selects the modulation used for the spatial stream.

Parameters:
  • modulation – BPSK | QPSK | QAM16 | QAM64 | QAM256 | QAM1024 | QAM4096

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

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
modulation_copy = driver.source.bb.wlnn.fblock.user.modulation.clone()