Dbinonht

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:DBINonht
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) WlannFbDynBwInNonHt[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:DBINonht
value: enums.WlannFbDynBwInNonHt = driver.source.bb.wlnn.fblock.dbinonht.get(frameBlock = repcap.FrameBlock.Default)

(available only for VHT Tx mode) Modifys the first 7 bits of the scrambling sequence to indicate if the transmitter is capable of ‘Static’ or ‘Dynamic’ bandwidth operation.

Parameters:

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

Returns:

dbinonht: STAT | DYN | OFF STAT The transmitter is capable of static bandwidth operation. DYN The transmitter is capable of dynamic bandwidth operation. OFF Dynamic bandwidth in Non HT is not present.

set(dbinonht: WlannFbDynBwInNonHt, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:DBINonht
driver.source.bb.wlnn.fblock.dbinonht.set(dbinonht = enums.WlannFbDynBwInNonHt.DYN, frameBlock = repcap.FrameBlock.Default)

(available only for VHT Tx mode) Modifys the first 7 bits of the scrambling sequence to indicate if the transmitter is capable of ‘Static’ or ‘Dynamic’ bandwidth operation.

Parameters:
  • dbinonht – STAT | DYN | OFF STAT The transmitter is capable of static bandwidth operation. DYN The transmitter is capable of dynamic bandwidth operation. OFF Dynamic bandwidth in Non HT is not present.

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