Mode

SCPI Command :

[SOURce<HW>]:BB:PRAMp:TRIGger:OUTPut<CH>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) PowerRampMarkMode[source]
# [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.

Parameters:

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

Returns:

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: PowerRampMarkMode, output=Output.Default) None[source]
# [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.

Parameters:
  • 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.

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