OffTime
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:OFFTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:OFFTime value: int = driver.source.bb.arbitrary.trigger.output.offTime.get(output = repcap.Output.Default)
Sets the number of samples in the ON and OFF periods.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
off_time: integer Range: 1 to 14913079
- set(off_time: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:OFFTime driver.source.bb.arbitrary.trigger.output.offTime.set(off_time = 1, output = repcap.Output.Default)
Sets the number of samples in the ON and OFF periods.
- Parameters:
off_time – integer Range: 1 to 14913079
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)