OffTime
SCPI Command :
[SOURce<HW>]:BB:V5G: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:V5G:TRIGger:OUTPut<CH>:OFFTime value: int = driver.source.bb.v5G.trigger.output.offTime.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_offs: No help available
- set(mark_time_offs: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OUTPut<CH>:OFFTime driver.source.bb.v5G.trigger.output.offTime.set(mark_time_offs = 1, output = repcap.Output.Default)
No command help available
- param mark_time_offs
No help available
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)