Ndevices

SCPI Command :

CONFigure[:LTE]:NDEVices
class NdevicesCls[source]

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

get() float[source]
# SCPI: CONFigure[:LTE]:NDEVices
value: float = driver.applications.k10Xlte.configure.lte.ndevices.get()

Selects the number of FSW used in a time alignment error measurement with carrier aggregation. (Note that for uplink time alignment error measurements, the number of devices is always ‘1’.)

return

devices: 1 Performs a broadband measurement over all component carriers on a single FSW. 2 Performs a measurement on two FSW, each one analyzing a single component carrier.

set(devices: float) None[source]
# SCPI: CONFigure[:LTE]:NDEVices
driver.applications.k10Xlte.configure.lte.ndevices.set(devices = 1.0)

Selects the number of FSW used in a time alignment error measurement with carrier aggregation. (Note that for uplink time alignment error measurements, the number of devices is always ‘1’.)

param devices

1 Performs a broadband measurement over all component carriers on a single FSW. 2 Performs a measurement on two FSW, each one analyzing a single component carrier.