Maximum

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:VOIP:FREQuency:DELTa:MAXimum
READ:AFRF:MEASurement<Instance>:MEValuation:VOIP:FREQuency:DELTa:MAXimum
class MaximumCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:VOIP:FREQuency:DELTa:MAXimum
value: float = driver.afRf.measurement.multiEval.voip.frequency.delta.maximum.fetch()

Query delta results for AF frequency of VoIP path.

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

return:

frequency: Unit: Hz

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:VOIP:FREQuency:DELTa:MAXimum
value: float = driver.afRf.measurement.multiEval.voip.frequency.delta.maximum.read()

Query delta results for AF frequency of VoIP path.

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

return:

frequency: Unit: Hz