Source

SCPI Commands :

[SOURce<HW>]:LIST:TRIGger:SOURce:ADVanced
[SOURce<HW>]:LIST:TRIGger:SOURce
class SourceCls[source]

Source commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_advanced() RsSmbv.enums.TrigSweepImmBusExt[source]
# SCPI: [SOURce<HW>]:LIST:TRIGger:SOURce:ADVanced
value: enums.TrigSweepImmBusExt = driver.source.listPy.trigger.source.get_advanced()

No command help available

return

trig_point_adv: No help available

get_value() RsSmbv.enums.TrigSweepSourNoHopExtAuto[source]
# SCPI: [SOURce<HW>]:LIST:TRIGger:SOURce
value: enums.TrigSweepSourNoHopExtAuto = driver.source.listPy.trigger.source.get_value()

Selects the trigger source for processing lists. The designation of the parameters correspond to those in sweep mode. SCPI standard uses other designations for the parameters, which are also accepted by the instrument. The SCPI designation should be used if compatibility is an important consideration. For an overview, see the following table:

Table Header: Rohde & Schwarz parameter / SCPI parameter / Applies to the list mode parameters:

  • AUTO / IMMediate / [:SOURce<hw>]:LIST:MODE AUTO

  • SINGle / BUS / [:SOURce<hw>]:LIST:MODE AUTO or [:SOURce<hw>]:LIST:MODE STEP

  • EXTernal / EXTernal / [:SOURce<hw>]:LIST:MODE AUTO or [:SOURce<hw>]:LIST:MODE STEP

return

source: AUTO| IMMediate| SINGle| BUS| EXTernal AUTO|IMMediate The trigger is free-running, i.e. the trigger condition is fulfilled continuously. The selected list is restarted as soon as it is finished. SINGle|BUS The list is triggered by the command [:SOURcehw]:LIST:TRIGger:EXECute. The list is executed once. EXTernal The list is triggered externally and executed once.

set_advanced(trig_point_adv: RsSmbv.enums.TrigSweepImmBusExt) None[source]
# SCPI: [SOURce<HW>]:LIST:TRIGger:SOURce:ADVanced
driver.source.listPy.trigger.source.set_advanced(trig_point_adv = enums.TrigSweepImmBusExt.BUS)

No command help available

param trig_point_adv

No help available

set_value(source: RsSmbv.enums.TrigSweepSourNoHopExtAuto) None[source]
# SCPI: [SOURce<HW>]:LIST:TRIGger:SOURce
driver.source.listPy.trigger.source.set_value(source = enums.TrigSweepSourNoHopExtAuto.AUTO)

Selects the trigger source for processing lists. The designation of the parameters correspond to those in sweep mode. SCPI standard uses other designations for the parameters, which are also accepted by the instrument. The SCPI designation should be used if compatibility is an important consideration. For an overview, see the following table:

Table Header: Rohde & Schwarz parameter / SCPI parameter / Applies to the list mode parameters:

  • AUTO / IMMediate / [:SOURce<hw>]:LIST:MODE AUTO

  • SINGle / BUS / [:SOURce<hw>]:LIST:MODE AUTO or [:SOURce<hw>]:LIST:MODE STEP

  • EXTernal / EXTernal / [:SOURce<hw>]:LIST:MODE AUTO or [:SOURce<hw>]:LIST:MODE STEP

param source

AUTO| IMMediate| SINGle| BUS| EXTernal AUTO|IMMediate The trigger is free-running, i.e. the trigger condition is fulfilled continuously. The selected list is restarted as soon as it is finished. SINGle|BUS The list is triggered by the command [:SOURcehw]:LIST:TRIGger:EXECute. The list is executed once. EXTernal The list is triggered externally and executed once.