NrMmwMeas

SCPI Commands :

CONFigure:NRMMw:MEASurement<Instance>:SPATh
CONFigure:NRMMw:MEASurement<Instance>:NANTenna
CONFigure:NRMMw:MEASurement<Instance>:BAND
CONFigure:NRMMw:MEASurement<Instance>:NSValue
CONFigure:NRMMw:MEASurement<Instance>:NCARrier
CONFigure:NRMMw:MEASurement<Instance>:IQSWap
CONFigure:NRMMw:MEASurement<Instance>:DOSignaling
CONFigure:NRMMw:MEASurement<Instance>:PCLass
class NrMmwMeasCls[source]

NrMmwMeas commands group definition. 195 total commands, 10 Subgroups, 8 group commands

get_band() Band[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:BAND
value: enums.Band = driver.configure.nrMmwMeas.get_band()

Selects the frequency band. For Signal Path = Network, use[CONFigure:]SIGNaling:NRADio:CELL:RFSettings:FBINdicator.

return:

band: No help available

get_do_signaling() bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:DOSignaling
value: bool = driver.configure.nrMmwMeas.get_do_signaling()

No command help available

return:

path: No help available

get_iqswap() bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:IQSWap
value: bool = driver.configure.nrMmwMeas.get_iqswap()

Enables or disables I/Q swapping (mapping the I values to the Q channel and vice versa) .

return:

enable: No help available

get_nantenna() int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:NANTenna
value: int = driver.configure.nrMmwMeas.get_nantenna()

Selects the number of RX antennas used by the measurement.

return:

number: No help available

get_ncarrier() int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:NCARrier
value: int = driver.configure.nrMmwMeas.get_ncarrier()

Configures the number of contiguously aggregated UL carriers in the measured signal. For Signal Path = Network, use the signaling commands configuring contiguous UL CA.

return:

number: No help available

get_ns_value() NsValue[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:NSValue
value: enums.NsValue = driver.configure.nrMmwMeas.get_ns_value()

No command help available

return:

value: No help available

get_pclass() PowerClass[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PCLass
value: enums.PowerClass = driver.configure.nrMmwMeas.get_pclass()

Selects the power class of the UE. The setting influences modulation limits.

return:

power_class: Power class 1 to 4

get_spath() Path[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:SPATh
value: enums.Path = driver.configure.nrMmwMeas.get_spath()

Selects between a standalone measurement and a measurement with coupling to signaling settings (cell settings of the network configuration) .

return:

path: No help available

set_band(band: Band) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:BAND
driver.configure.nrMmwMeas.set_band(band = enums.Band.B257)

Selects the frequency band. For Signal Path = Network, use[CONFigure:]SIGNaling:NRADio:CELL:RFSettings:FBINdicator.

param band:

No help available

set_do_signaling(path: bool) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:DOSignaling
driver.configure.nrMmwMeas.set_do_signaling(path = False)

No command help available

param path:

No help available

set_iqswap(enable: bool) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:IQSWap
driver.configure.nrMmwMeas.set_iqswap(enable = False)

Enables or disables I/Q swapping (mapping the I values to the Q channel and vice versa) .

param enable:

No help available

set_nantenna(number: int) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:NANTenna
driver.configure.nrMmwMeas.set_nantenna(number = 1)

Selects the number of RX antennas used by the measurement.

param number:

No help available

set_ncarrier(number: int) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:NCARrier
driver.configure.nrMmwMeas.set_ncarrier(number = 1)

Configures the number of contiguously aggregated UL carriers in the measured signal. For Signal Path = Network, use the signaling commands configuring contiguous UL CA.

param number:

No help available

set_ns_value(value: NsValue) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:NSValue
driver.configure.nrMmwMeas.set_ns_value(value = enums.NsValue.NS01)

No command help available

param value:

No help available

set_pclass(power_class: PowerClass) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:PCLass
driver.configure.nrMmwMeas.set_pclass(power_class = enums.PowerClass.PC1)

Selects the power class of the UE. The setting influences modulation limits.

param power_class:

Power class 1 to 4

set_spath(path: Path) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:SPATh
driver.configure.nrMmwMeas.set_spath(path = enums.Path.NETWork)

Selects between a standalone measurement and a measurement with coupling to signaling settings (cell settings of the network configuration) .

param path:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrMmwMeas.clone()

Subgroups