Ontime
SCPI Command :
[SOURce<HW>]:BB:MCCW:TRIGger:OUTPut<CH>:ONTime
- class OntimeCls[source]
Ontime commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) int [source]
# SCPI: [SOURce<HW>]:BB:MCCW:TRIGger:OUTPut<CH>:ONTime value: int = driver.source.bb.mccw.trigger.output.ontime.get(output = repcap.Output.Default)
Sets the number of samples in the off period of the corresponding marker signal. *) 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
ontime: No help available
- set(ontime: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:MCCW:TRIGger:OUTPut<CH>:ONTime driver.source.bb.mccw.trigger.output.ontime.set(ontime = 1, output = repcap.Output.Default)
Sets the number of samples in the off period of the corresponding marker signal. *) If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker minimum duration’.
- param ontime
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’)