Dbinonht

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:DBINonht
class DbinonhtCls[source]

Dbinonht commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) WlannFbDynBwInNonHt[source]
# SCPI: [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.

param frameBlock:

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

return:

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]
# SCPI: [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.

param 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.

param frameBlock:

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