Current
SCPI Commands :
READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:EMASk:HKFLeft:CURRent
FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:EMASk:HKFLeft:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:EMASk:HKFLeft:CURRent value: List[float] = driver.wcdmaMeas.multiEval.trace.emask.hkfLeft.current.fetch()
Returns the values of the spectrum emission 100 kHz traces. The left section and the right section of each trace are retrieved by separate commands (distinguished by the terms HKFLeft and HKFRight) . The results of the current, average and maximum traces can be retrieved. The covered frequency range depends on the limit line H mode (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Emask.Absolute.set) .
Suppressed linked return values: reliability
- return:
emask_100_kleft: These values correspond to test points that are separated by 30 kHz. The covered frequency ranges are: Left section, line H mode B/C: -12450 kHz to -3570 kHz/-2670 kHz from the carrier Right section, line H mode B/C: 3570 kHz/2670 kHz to 12450 kHz from the carrier Line H mode A is not used for 100 kHz traces (NCAPs returned)
- read() List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:EMASk:HKFLeft:CURRent value: List[float] = driver.wcdmaMeas.multiEval.trace.emask.hkfLeft.current.read()
Returns the values of the spectrum emission 100 kHz traces. The left section and the right section of each trace are retrieved by separate commands (distinguished by the terms HKFLeft and HKFRight) . The results of the current, average and maximum traces can be retrieved. The covered frequency range depends on the limit line H mode (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Limit.Emask.Absolute.set) .
Suppressed linked return values: reliability
- return:
emask_100_kleft: These values correspond to test points that are separated by 30 kHz. The covered frequency ranges are: Left section, line H mode B/C: -12450 kHz to -3570 kHz/-2670 kHz from the carrier Right section, line H mode B/C: 3570 kHz/2670 kHz to 12450 kHz from the carrier Line H mode A is not used for 100 kHz traces (NCAPs returned)