OffTime

SCPI Command :

[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:OFFTime
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) float[source]
# [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:OFFTime
value: float = driver.source.bb.gnss.trigger.output.offTime.get(output = repcap.Output.Default)

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

Parameters:

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

Returns:

off_time: float Range: 0.000000011 to 0.1822215935

set(off_time: float, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:OFFTime
driver.source.bb.gnss.trigger.output.offTime.set(off_time = 1.0, output = repcap.Output.Default)

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

Parameters:
  • off_time – float Range: 0.000000011 to 0.1822215935

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