Current

SCPI Commands :

CALCulate:GPRF:MEASurement<Instance>:POWer:LIST:MINimum:CURRent
FETCh:GPRF:MEASurement<Instance>:POWer:LIST:MINimum:CURRent
READ:GPRF:MEASurement<Instance>:POWer:LIST:MINimum:CURRent
class CurrentCls[source]

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

calculate(list_index: int) List[ResultStatus2][source]
# SCPI: CALCulate:GPRF:MEASurement<Instance>:POWer:LIST:MINimum:CURRent
value: List[enums.ResultStatus2] = driver.power.listPy.minimum.current.calculate(list_index = 1)
Returns power results for segment <ListIndex>, see ‘Results in list mode’.

INTRO_CMD_HELP: The following powers can be retrieved:

  • ‘Current RMS’ (…:LIST:CURRent?)

  • ‘Current Min.’ (…:MINimum:CURRent?)

  • ‘Current Max.’ (…:MAXimum:CURRent?)

  • ‘Average RMS’ (…:AVERage?)

  • ‘Minimum’ (…:PEAK:MINimum?)

  • ‘Maximum’ (…:PEAK:MAXimum?)

  • ‘Standard Deviation’ (…:SDEViation?)

The values described below are returned by FETCh and READ commands. CALCulate commands return error codes instead, one value for each result listed below.

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

param list_index:

integer Index of the segment

return:

power_current_min: No help available

fetch(list_index: int) List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:POWer:LIST:MINimum:CURRent
value: List[float] = driver.power.listPy.minimum.current.fetch(list_index = 1)
Returns power results for segment <ListIndex>, see ‘Results in list mode’.

INTRO_CMD_HELP: The following powers can be retrieved:

  • ‘Current RMS’ (…:LIST:CURRent?)

  • ‘Current Min.’ (…:MINimum:CURRent?)

  • ‘Current Max.’ (…:MAXimum:CURRent?)

  • ‘Average RMS’ (…:AVERage?)

  • ‘Minimum’ (…:PEAK:MINimum?)

  • ‘Maximum’ (…:PEAK:MAXimum?)

  • ‘Standard Deviation’ (…:SDEViation?)

The values described below are returned by FETCh and READ commands. CALCulate commands return error codes instead, one value for each result listed below.

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

param list_index:

integer Index of the segment

return:

power_current_min: No help available

read(list_index: int) List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:POWer:LIST:MINimum:CURRent
value: List[float] = driver.power.listPy.minimum.current.read(list_index = 1)
Returns power results for segment <ListIndex>, see ‘Results in list mode’.

INTRO_CMD_HELP: The following powers can be retrieved:

  • ‘Current RMS’ (…:LIST:CURRent?)

  • ‘Current Min.’ (…:MINimum:CURRent?)

  • ‘Current Max.’ (…:MAXimum:CURRent?)

  • ‘Average RMS’ (…:AVERage?)

  • ‘Minimum’ (…:PEAK:MINimum?)

  • ‘Maximum’ (…:PEAK:MAXimum?)

  • ‘Standard Deviation’ (…:SDEViation?)

The values described below are returned by FETCh and READ commands. CALCulate commands return error codes instead, one value for each result listed below.

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

param list_index:

integer Index of the segment

return:

power_current_min: No help available