Frequency
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) float[source]
# 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’.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
frequency: numeric
- set(frequency: float, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) None[source]
# 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’.
- Parameters:
frequency – numeric
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)