Maximum

SCPI Command :

FETCh:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SOBW:MAXimum
class MaximumCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Seg_Reliability: int: Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see previous parameter.

  • Out_Of_Tol: float: Percentage of measured bursts with failed limit check.

  • Nominal_Power: float: Average power during the carrier-on state.

  • Peak_Emission: float: Peak power within the maximum spectral trace.

  • Fl: float: The smallest frequency at which the transmit power drops 20 dB below the peak power.

  • Fh: float: The highest frequency at which the transmit power drops 20 dB below the peak power.

  • Fh_Min_Fl: float: Difference between the 7_fH and 6_fL

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SOBW:MAXimum
value: FetchStruct = driver.bluetooth.measurement.multiEval.listPy.segment.soBw.maximum.fetch(segment = repcap.Segment.Default)

Returns spectrum occupied bandwidth (20 dB bandwidth) single value results for segment<no> in list mode. The 20 dB bandwidth measurement is available for BR bursts only.

param segment:

optional repeated capability selector. Default value: S1 (settable in the interface ‘Segment’)

return:

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