Period

SCPI Command :

FRANalysis:MEASurement:DELay:PERiod[:NUMBer]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_number() float[source]
# FRANalysis:MEASurement:DELay:PERiod[:NUMBer]
value: float = driver.franalysis.measurement.delay.period.get_number()

Sets a period delay, which the system waits before measuring the next point of the plot. The settings takes effect if if method RsMxo.franalysis.measurement.delay.state() = ON and method RsMxo.franalysis.measurement.delay.mode() = PERiod.

Returns:

meas_delay_period: 0.01 to 1000

set_number(meas_delay_period: float) None[source]
# FRANalysis:MEASurement:DELay:PERiod[:NUMBer]
driver.franalysis.measurement.delay.period.set_number(meas_delay_period = 1.0)

Sets a period delay, which the system waits before measuring the next point of the plot. The settings takes effect if if method RsMxo.franalysis.measurement.delay.state() = ON and method RsMxo.franalysis.measurement.delay.mode() = PERiod.

Parameters:

meas_delay_period – 0.01 to 1000