Current

SCPI Command:

FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:CURRent
READ:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:CURRent
value: List[float] = driver.gprfMeasurement.fftSpecAn.power.current.fetch()

Query the contents of the spectrum diagram. There are separate commands for the current, average, minimum and maximum power traces.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

power: Comma-separated list of 801 power values The power values cover the entire measured frequency span, from the lower end to the upper end. The frequency distance between two results equals span/800. Unit: dBm

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:FFTSanalyzer:POWer:CURRent
value: List[float] = driver.gprfMeasurement.fftSpecAn.power.current.read()

Query the contents of the spectrum diagram. There are separate commands for the current, average, minimum and maximum power traces.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

power: Comma-separated list of 801 power values The power values cover the entire measured frequency span, from the lower end to the upper end. The frequency distance between two results equals span/800. Unit: dBm