Sfrequency

SCPI Command :

SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:SFRequency
class SfrequencyCls[source]

Sfrequency commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:SFRequency
value: float = driver.sense.power.sweep.time.sensor.sfrequency.get(channel = repcap.Channel.Default)

Defines the separate frequency used for power vs. time measurement.

param channel:

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

return:

sfrequency: float Range: 0 to 1E12

set(sfrequency: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:TIME:[SENSor]:SFRequency
driver.sense.power.sweep.time.sensor.sfrequency.set(sfrequency = 1.0, channel = repcap.Channel.Default)

Defines the separate frequency used for power vs. time measurement.

param sfrequency:

float Range: 0 to 1E12

param channel:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.power.sweep.time.sensor.sfrequency.clone()

Subgroups