Sper

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:SPER
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:SPER
value: float = driver.source.regenerator.object.rcs.sper.get(objectIx = repcap.ObjectIx.Default)

Sets the interval in that the swerling random sequence is repeated.

Parameters:

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

Returns:

rcs_sim_period: float Range: 3.74742E-5 to 3600

set(rcs_sim_period: float, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:RCS:SPER
driver.source.regenerator.object.rcs.sper.set(rcs_sim_period = 1.0, objectIx = repcap.ObjectIx.Default)

Sets the interval in that the swerling random sequence is repeated.

Parameters:
  • rcs_sim_period – float Range: 3.74742E-5 to 3600

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