Lcapture

SCPI Command :

TRACe<n>:IQ:LCAPture
class LcaptureCls[source]

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

get(window=Window.Default) RsFsw.enums.AutoMode[source]
# SCPI: TRACe<n>:IQ:LCAPture
value: enums.AutoMode = driver.applications.k60Transient.trace.iq.lcapture.get(window = repcap.Window.Default)

The long capture buffer provides functionality to use the full I/Q memory depth of the FSW for data acquisition.

param window

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

return

display_mode: No help available

set(display_mode: RsFsw.enums.AutoMode, window=Window.Default) None[source]
# SCPI: TRACe<n>:IQ:LCAPture
driver.applications.k60Transient.trace.iq.lcapture.set(display_mode = enums.AutoMode.AUTO, window = repcap.Window.Default)

The long capture buffer provides functionality to use the full I/Q memory depth of the FSW for data acquisition.

param display_mode

AUTO | ON | OFF AUTO The long capture buffer is activated in case that the record length exceeds the amount of data which can be acquired within the standard memory capacity of the FSW. If the record length decreases again, the long capture buffer is deactivated automatically. ON The long capture buffer is activated permanently. A data capture in a different measurement channel will overwrite and invalidate the acquired I/Q data. A red ‘IQ’ icon in the channel tab indicates that the results for the channel no longer match the data currently in the capture buffer. OFF This is the default setting. Only the standard I/Q memory capacity of the FSW is used. The available I/Q memory capacity is shared by all measurement channels.

param window

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