Pcount

SCPI Command :

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

Defines the number of gate periods to be measured after a single trigger event.

Returns:

amount: integer Range: 1 to 65535

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

Defines the number of gate periods to be measured after a single trigger event.

Parameters:

amount – integer Range: 1 to 65535