Nlevel

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel
READ:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel
class NlevelCls[source]

Nlevel commands group definition. 4 total commands, 1 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator values’

  • Lower_Noise_Level: float: Noise level at lower frequency Unit: V

  • Higher_Noise_Level: float: Noise level at higher frequency Unit: V

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel
value: ResultData = driver.afRf.measurement.searchRoutines.rifBandwidth.nlevel.fetch()

Query the lower and higher noise level values for the RX IF bandwidth measurement.

return:

structure: for return value, see the help for ResultData structure arguments.

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:NLEVel
value: ResultData = driver.afRf.measurement.searchRoutines.rifBandwidth.nlevel.read()

Query the lower and higher noise level values for the RX IF bandwidth measurement.

return:

structure: for return value, see the help for ResultData structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.afRf.measurement.searchRoutines.rifBandwidth.nlevel.clone()

Subgroups