Current

SCPI Commands :

FETCh:GPRF:MEASurement<Instance>:SPECtrum:SAMPle:CURRent
READ:GPRF:MEASurement<Instance>:SPECtrum:SAMPle: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>:SPECtrum:SAMPle:CURRent
value: List[float] = driver.gprf.measurement.spectrum.sample.current.fetch()

No command help available

Suppressed linked return values: reliability

return:

power: No help available

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:SPECtrum:SAMPle:CURRent
value: List[float] = driver.gprf.measurement.spectrum.sample.current.read()

No command help available

Suppressed linked return values: reliability

return:

power: No help available