Mode
SCPI Command :
[SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) HrpUwbMarkMode[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:MODE value: enums.HrpUwbMarkMode = driver.source.bb.lrWpan.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: RESTart
- set(mode: HrpUwbMarkMode, output=Output.Default) None[source]
# [SOURce<HW>]:BB:LRWPan:TRIGger:OUTPut<CH>:MODE driver.source.bb.lrWpan.trigger.output.mode.set(mode = enums.HrpUwbMarkMode.MAX, output = repcap.Output.Default)
Defines the signal for the selected marker output.
- Parameters:
mode – RESTart
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)