SymDuration
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:SYMDuration
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) WlannFbPpduHeLtfSymbDuraion[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
he_ltf_sym_dur: SD32 | SD64 | SD128
- set(he_ltf_sym_dur: WlannFbPpduHeLtfSymbDuraion, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
he_ltf_sym_dur – SD32 | SD64 | SD128
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)