Result

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

  • Voltage_Vsupply: float: No parameter help available

  • Voltage_Vtune: float: No parameter help available

  • Voltage_Vaux: float: No parameter help available

get() GetStruct[source]
# SCPI: SOURce:VOLTage:SEQuence:RESult
value: GetStruct = driver.source.voltage.sequence.result.get()
This command queries the actually measured voltages 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.