Count

SCPI Command :

[SENSe]:ADJust:NCANcel:AVERage:COUNt
class CountCls[source]

Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:ADJust:NCANcel:AVERage:COUNt
value: float = driver.applications.k14Xnr5G.sense.adjust.ncancel.average.count.get()

Defines the number of measurements that are performed on the captured I/Q data to determine the average noise density due to the spectrum analyzer. Only available if I/Q noise cancellation is enabled ([SENSe:]ADJust:NCANcel:AVERage[:STATe] ON) .

return

length: integer Number of measurements

set(length: float) None[source]
# SCPI: [SENSe]:ADJust:NCANcel:AVERage:COUNt
driver.applications.k14Xnr5G.sense.adjust.ncancel.average.count.set(length = 1.0)

Defines the number of measurements that are performed on the captured I/Q data to determine the average noise density due to the spectrum analyzer. Only available if I/Q noise cancellation is enabled ([SENSe:]ADJust:NCANcel:AVERage[:STATe] ON) .

param length

integer Number of measurements