Mode

SCPI Command :

[SOURce<HW>]:BB:PRAMp:TRIGger:OUTPut<CH>:MODE
class ModeCls[source]

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

get(output=Output.Default) RsSmw.enums.PowerRampMarkMode[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:TRIGger:OUTPut<CH>:MODE
value: enums.PowerRampMarkMode = driver.source.bb.pramp.trigger.output.mode.get(output = repcap.Output.Default)

Defines the signal for the selected marker output.

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

mode: UNCHanged| RFBLanking| PRESweep| STARt| STOP UNCHanged Provides the standard marker signal. RFBLanking Returns the marker signal when the RF blanking is active. PRESweep Returns the marker signal when the power sweep reaches the pre-sweep level. STARt Returns the marker signal when the power sweep reaches the stop level.

set(mode: RsSmw.enums.PowerRampMarkMode, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:TRIGger:OUTPut<CH>:MODE
driver.source.bb.pramp.trigger.output.mode.set(mode = enums.PowerRampMarkMode.PRESweep, output = repcap.Output.Default)

Defines the signal for the selected marker output.

param mode

UNCHanged| RFBLanking| PRESweep| STARt| STOP UNCHanged Provides the standard marker signal. RFBLanking Returns the marker signal when the RF blanking is active. PRESweep Returns the marker signal when the power sweep reaches the pre-sweep level. STARt Returns the marker signal when the power sweep reaches the stop level.

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)