Spath

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:RFSettings:SPATh:CSET
class SpathCls[source]

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

get_cset() ParameterSetMode[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:RFSettings:SPATh:CSET
value: enums.ParameterSetMode = driver.source.gprf.generator.sequencer.rfSettings.spath.get_cset()

Selects the scope of the RF connector configuration.

return:

connector_set: - GLOBal: Use the same configuration for the entire sequencer list.Activate/deactivate the connectors via:CONFigure:GPRF:GENi:SPATh:USAGe orCONFigure:GPRF:GENi:SPATh:USAGe:BENChno - LIST: Configure the connectors per sequencer list entry.Activate/deactivate the connectors via:SOURce:GPRF:GENi:SEQuencer:LIST:SPATh:USAGe orSOURce:GPRF:GENi:SEQuencer:LIST:SPATh:USAGe:BENChno

set_cset(connector_set: ParameterSetMode) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:RFSettings:SPATh:CSET
driver.source.gprf.generator.sequencer.rfSettings.spath.set_cset(connector_set = enums.ParameterSetMode.GLOBal)

Selects the scope of the RF connector configuration.

param connector_set:
  • GLOBal: Use the same configuration for the entire sequencer list.Activate/deactivate the connectors via:CONFigure:GPRF:GENi:SPATh:USAGe orCONFigure:GPRF:GENi:SPATh:USAGe:BENChno

  • LIST: Configure the connectors per sequencer list entry.Activate/deactivate the connectors via:SOURce:GPRF:GENi:SEQuencer:LIST:SPATh:USAGe orSOURce:GPRF:GENi:SEQuencer:LIST:SPATh:USAGe:BENChno