SymDuration

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:SYMDuration
class SymDurationCls[source]

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

get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbPpduHeLtfSymbDuraion[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SYMDuration
value: enums.WlannFbPpduHeLtfSymbDuraion = driver.source.bb.wlnn.fblock.symDuration.get(frameBlock = repcap.FrameBlock.Default)

Selects the duration of the HE long training field (LTF) .The symbol duration value does not include the guard interval.

param frameBlock

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

return

he_ltf_sym_dur: SD32| SD64| SD128

set(he_ltf_sym_dur: RsSmbv.enums.WlannFbPpduHeLtfSymbDuraion, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:SYMDuration
driver.source.bb.wlnn.fblock.symDuration.set(he_ltf_sym_dur = enums.WlannFbPpduHeLtfSymbDuraion.SD128, frameBlock = repcap.FrameBlock.Default)

Selects the duration of the HE long training field (LTF) .The symbol duration value does not include the guard interval.

param he_ltf_sym_dur

SD32| SD64| SD128

param frameBlock

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