Period

SCPI Commands

SOURce:GENerator:PULSe:PERiod
class PeriodCls[source]

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

get() float[source]
# SCPI: SOURce:GENerator:PULSe:PERiod
value: float = driver.source.generator.pulse.period.get()
This command defines the pulse period (distance between two consecutive pulses) 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_period: numeric value Unit: s

set(pulse_period: float) None[source]
# SCPI: SOURce:GENerator:PULSe:PERiod
driver.source.generator.pulse.period.set(pulse_period = 1.0)
This command defines the pulse period (distance between two consecutive pulses) 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_period

numeric value Unit: s