Rlength

SCPI Command :

TRACe:IQ:RLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() int[source]
# TRACe:IQ:RLENgth
value: int = driver.applications.iqAnalyzer.trace.iq.rlength.get()

Sets the record length for the acquired I/Q data. Increasing the record length also increases the measurement time. Note: Alternatively, you can define the measurement time using the SENS:SWE:TIME command.

set(record_length: int) None[source]
# TRACe:IQ:RLENgth
driver.applications.iqAnalyzer.trace.iq.rlength.set(record_length = 1)

Sets the record length for the acquired I/Q data. Increasing the record length also increases the measurement time. Note: Alternatively, you can define the measurement time using the SENS:SWE:TIME command.

Parameters:

record_length – Number of samples to record.