Frequency

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:FREQuency
class FrequencyCls[source]

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

get(segment=Segment.Default) float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:FREQuency
value: float = driver.configure.multiEval.listPy.segment.setup.frequency.get(segment = repcap.Segment.Default)

Specifies the center frequency of the signal expected in the segment.

param segment:

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

return:

frequency: numeric Range: 100 MHz to 6 GHz, Unit: Hz

set(frequency: float, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:FREQuency
driver.configure.multiEval.listPy.segment.setup.frequency.set(frequency = 1.0, segment = repcap.Segment.Default)

Specifies the center frequency of the signal expected in the segment.

param frequency:

numeric Range: 100 MHz to 6 GHz, Unit: Hz

param segment:

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