OffTime

SCPI Command :

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

Sets the number of samples during which the marker output is on or off.

param output

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

return

mark_time_off: integer Range: 1 to 16777215

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

Sets the number of samples during which the marker output is on or off.

param mark_time_off

integer Range: 1 to 16777215

param output

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