OffTime

SCPI Command :

[SOURce<HW>]:BB:WLAD:TRIGger:OUTPut<CH>:OFFTime
class OffTimeCls[source]

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

get(output=Output.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:OUTPut<CH>:OFFTime
value: int = driver.source.bb.wlad.trigger.output.offTime.get(output = repcap.Output.Default)

Sets the duration during which the marker output is on or off. *) If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.

param output

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

return

off_time: integer Range: 1 (R&S SMW-B10) / 1* (R&S SMW-B9) to 16777215

set(off_time: int, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:TRIGger:OUTPut<CH>:OFFTime
driver.source.bb.wlad.trigger.output.offTime.set(off_time = 1, output = repcap.Output.Default)

Sets the duration during which the marker output is on or off. *) If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.

param off_time

integer Range: 1 (R&S SMW-B10) / 1* (R&S SMW-B9) to 16777215

param output

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