Plength

SCPI Command :

[SENSe]:SWEep:EGATe:CONTinuous:PLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:SWEep:EGATe:CONTinuous:PLENgth
value: float = driver.applications.k30NoiseFigure.sense.sweep.egate.continuous.plength.get()

Defines the length in seconds of a single gate period in continuous gating. The length is determined from the beginning of one gate measurement to the beginning of the next one.

Returns:

time: Range: 125 ns to 30 s, Unit: S

set(time: float) None[source]
# [SENSe]:SWEep:EGATe:CONTinuous:PLENgth
driver.applications.k30NoiseFigure.sense.sweep.egate.continuous.plength.set(time = 1.0)

Defines the length in seconds of a single gate period in continuous gating. The length is determined from the beginning of one gate measurement to the beginning of the next one.

Parameters:

time – Range: 125 ns to 30 s, Unit: S