Count

SCPI Command :

[SENSe]:ADJust:NCANcel:AVERage:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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 (method RsFsw.applications.k91Wlan.sense.adjust.ncancel.average.state.set() ON) .

Returns:

length: integer Number of measurements

set(length: float) None[source]
# [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 (method RsFsw.applications.k91Wlan.sense.adjust.ncancel.average.state.set() ON) .

Parameters:

length – integer Number of measurements