Lcapture

SCPI Command :

TRACe<n>:IQ:LCAPture
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) AutoMode[source]
# 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.

Parameters:

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

set(display_mode: AutoMode, window=Window.Default) None[source]
# 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.

Parameters:
  • 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.

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