Result

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

  • Power_Vsupply: float: No parameter help available

  • Power_Vtune: float: No parameter help available

  • Power_Vaux: float: No parameter help available

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

INTRO_CMD_HELP: Prerequisites for this command

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

return

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