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) RsSmbv.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)
No command help available
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
mode: No help available
- set(mode: RsSmbv.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)
No command help available
- param mode
No help available
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)