Frequency

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:FREQuency
class FrequencyCls[source]

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

get(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:FREQuency
value: float = driver.configure.nrSubMeas.listPy.segment.cc.frequency.get(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Selects the center frequency of carrier <cc>, used in segment <no>. Using the unit CH, the frequency can be set via the channel number. The allowed channel number range depends on the operating band, see ‘Frequency bands’. For the supported frequency range, see ‘Frequency ranges’.

param sEGMent:

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

param carrierComponent:

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

return:

frequency: No help available

set(frequency: float, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:FREQuency
driver.configure.nrSubMeas.listPy.segment.cc.frequency.set(frequency = 1.0, sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)

Selects the center frequency of carrier <cc>, used in segment <no>. Using the unit CH, the frequency can be set via the channel number. The allowed channel number range depends on the operating band, see ‘Frequency bands’. For the supported frequency range, see ‘Frequency ranges’.

param frequency:

No help available

param sEGMent:

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

param carrierComponent:

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