NiotMeas
SCPI Command :
CONFigure:NIOT:MEASurement<Instance>:BAND
- class NiotMeasCls[source]
NiotMeas commands group definition. 95 total commands, 3 Subgroups, 1 group commands
- get_band() Band[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:BAND value: enums.Band = driver.configure.niotMeas.get_band()
Selects the operating band (OB) .
- return:
band: No help available
- set_band(band: Band) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:BAND driver.configure.niotMeas.set_band(band = enums.Band.OB1)
Selects the operating band (OB) .
- param band:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.niotMeas.clone()
Subgroups