Result

SCPI Commands

SOURce:CURRent:SEQuence:RESult
class ResultCls[source]

Result commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Current_Vsupply: float: No parameter help available

  • Current_Vtune: float: No parameter help available

  • Current_Vaux: float: No parameter help available

get() GetStruct[source]
# SCPI: SOURce:CURRent:SEQuence:RESult
value: GetStruct = driver.source.current.sequence.result.get()
This command queries the actually measured current on the DC power sources.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on the DC power source (method RsFswp.Applications.K30_NoiseFigure.Source.Voltage.State.set) .

return

structure: for return value, see the help for GetStruct structure arguments.