Ontime

SCPI Command :

[SOURce<HW>]:BB:OFDM: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:OFDM:TRIGger:OUTPut<CH>:ONTime
value: int = driver.source.bb.ofdm.trigger.output.ontime.get(output = repcap.Output.Default)

No command help available

param output

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

return

mark_time_on: No help available

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

No command help available

param mark_time_on

No help available

param output

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