Sper

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:RCS:SPER
class SperCls[source]

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

get(objectIx=ObjectIx.Default) float[source]
# SCPI: [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.

param objectIx

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

return

rcs_sim_period: float Range: 3.74742E-5 to 3600

set(rcs_sim_period: float, objectIx=ObjectIx.Default) None[source]
# SCPI: [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.

param rcs_sim_period

float Range: 3.74742E-5 to 3600

param objectIx

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