State

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:TDWindowing:STATe
class StateCls[source]

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

get(frameBlock=FrameBlock.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TDWindowing:STATe
value: bool = driver.source.bb.wlnn.fblock.tdWindowing.state.get(frameBlock = repcap.FrameBlock.Default)

Activates/deactivates the time domain windowing. Time domain windowing is a method to influence the spectral characteristics of the signal, which is not stipulated by the standard. However, it does not replace oversampling and subsequent signal filtering.

param frameBlock

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

return

state: 1| ON| 0| OFF

set(state: bool, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TDWindowing:STATe
driver.source.bb.wlnn.fblock.tdWindowing.state.set(state = False, frameBlock = repcap.FrameBlock.Default)

Activates/deactivates the time domain windowing. Time domain windowing is a method to influence the spectral characteristics of the signal, which is not stipulated by the standard. However, it does not replace oversampling and subsequent signal filtering.

param state

1| ON| 0| OFF

param frameBlock

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