Pinterval

SCPI Command :

CONFigure:SETTings:NR5G:PINTerval
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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. Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set() ) .

  • Periodic synchronization is on (method RsFsw.applications.k14Xnr5G.configure.settings.nr5G.sync.set() ) .

Returns:

time: Unit: s

set(time: float) None[source]
# 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. Prerequisites for this command

  • IP connection to a signal generator.

  • Generator control state is on (method RsFsw.applications.k18AmplifierEt.configure.generator.control.state.set() ) .

  • Periodic synchronization is on (method RsFsw.applications.k14Xnr5G.configure.settings.nr5G.sync.set() ) .

Parameters:

time – Unit: s