Ontime

SCPI Command :

[SOURce<HW>]:BB:DM:TRIGger:OUTPut<CH>:ONTime
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:DM:TRIGger:OUTPut<CH>:ONTime
value: int = driver.source.bb.dm.trigger.output.ontime.get(output = repcap.Output.Default)

Sets the number of symbols in a period (on-time + off-time) for marker RATio. If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker minimum duration’.

Parameters:

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

set(ontime: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:DM:TRIGger:OUTPut<CH>:ONTime
driver.source.bb.dm.trigger.output.ontime.set(ontime = 1, output = repcap.Output.Default)

Sets the number of symbols in a period (on-time + off-time) for marker RATio. If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker minimum duration’.

Parameters:
  • ontime – integer Range: 1 (R&S SMW-B10) / 1* (R&S SMW-B9) to 16777215, Unit: symbol

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