Width

SCPI Commands

SOURce:GENerator:PULSe:WIDTh
class WidthCls[source]

Width commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: SOURce:GENerator:PULSe:WIDTh
value: float = driver.source.generator.pulse.width.get()
This command defines the length of the pulse that is generated.

INTRO_CMD_HELP: Prerequisites for this command

  • Optional pulsed phase noise measurements.

  • Turn on signal source (method RsFswp.Applications.K30_NoiseFigure.Source.Generator.State.set) .

  • Turn on pulse modulation (method RsFswp.Source.Generator.Modulation.set) .

return

pulse_width: numeric value Unit: s

set(pulse_width: float) None[source]
# SCPI: SOURce:GENerator:PULSe:WIDTh
driver.source.generator.pulse.width.set(pulse_width = 1.0)
This command defines the length of the pulse that is generated.

INTRO_CMD_HELP: Prerequisites for this command

  • Optional pulsed phase noise measurements.

  • Turn on signal source (method RsFswp.Applications.K30_NoiseFigure.Source.Generator.State.set) .

  • Turn on pulse modulation (method RsFswp.Source.Generator.Modulation.set) .

param pulse_width

numeric value Unit: s