Ttime

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:TTIMe
class TtimeCls[source]

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

get(frameBlock=FrameBlock.Default) float[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TTIMe
value: float = driver.source.bb.wlnn.fblock.ttime.get(frameBlock = repcap.FrameBlock.Default)

Sets the transition time when time domain windowing is active. The transition time defines the overlap range of two OFDM symbols. At a setting of 100 ns and if BW = 20 MHz, one sample overlaps.

param frameBlock

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

return

ttime: float Range: 0 to 1000 ns

set(ttime: float, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TTIMe
driver.source.bb.wlnn.fblock.ttime.set(ttime = 1.0, frameBlock = repcap.FrameBlock.Default)

Sets the transition time when time domain windowing is active. The transition time defines the overlap range of two OFDM symbols. At a setting of 100 ns and if BW = 20 MHz, one sample overlaps.

param ttime

float Range: 0 to 1000 ns

param frameBlock

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