Pinterval

SCPI Command :

CONFigure:SETTings:NR5G:PINTerval
class PintervalCls[source]

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

get() float[source]
# SCPI: CONFigure:SETTings:NR5G:PINTerval
value: float = driver.applications.k14Xnr5G.configure.settings.nr5G.pinterval.get()
Defines the polling interval for periodic synchronization between analyzer and generator.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .

  • Periodic synchronization is on (method RsFsw.Applications.K14x_Nr5G.Configure.Settings.Nr5G.Sync.set) .

return

time: Unit: s

set(time: float) None[source]
# SCPI: CONFigure:SETTings:NR5G:PINTerval
driver.applications.k14Xnr5G.configure.settings.nr5G.pinterval.set(time = 1.0)
Defines the polling interval for periodic synchronization between analyzer and generator.

INTRO_CMD_HELP: Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .

  • Periodic synchronization is on (method RsFsw.Applications.K14x_Nr5G.Configure.Settings.Nr5G.Sync.set) .

param time

Unit: s