Frequency
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:AREA<area>:POSitive:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Rbw: enums.RbwB: Used resolution bandwidth (configured via limit settings) . K030: 30 kHz K100: 100 kHz K400: 400 kHz M1: 1 MHz PC1: 1 % of channel BW PC2: 2 % of channel BW
3 Frequency: List[float]: Comma-separated list of frequency values
- fetch(area=Area.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:SEMask:AREA<area>:POSitive:FREQuency value: FetchStruct = driver.nrSubMeas.multiEval.trace.seMask.area.positive.frequency.fetch(area = repcap.Area.Default)
Returns the frequencies of a single spectrum emission mask area. The area is located below (NEGative) or above (POSitive) the carrier center frequency. At the returned frequencies, the power values are measured, see method
RsCMPX_NrFr1Meas.nrSubMeas.multiEval.trace.seMask.area.positive.current.fetch().- Parameters:
area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.