Fproportional

SCPI Command :

OUTPut:FPRoportional:SCALe
class FproportionalCls[source]

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

get_scale() SelOutpVxAxis[source]
# SCPI: OUTPut:FPRoportional:SCALe
value: enums.SelOutpVxAxis = driver.output.fproportional.get_scale()

Selects the mode the voltage is supplied depending on the frequency. The R&S SMA100B supplies the signal at the V/GHz X-Axis connector.

return:

outp_sel_scale: S0V25| S0V5| S1V0| XAXis S0V25|S0V5|S1V0 Supplies the voltage proportional to the set frequency, derived from the selected setting. XAXis Supplies a voltage range from 0 V to 10 V proportional to the frequency sweep range, set with[:SOURcehw]:FREQuency:STARt and [:SOURcehw]:FREQuency:STOP.

set_scale(outp_sel_scale: SelOutpVxAxis) None[source]
# SCPI: OUTPut:FPRoportional:SCALe
driver.output.fproportional.set_scale(outp_sel_scale = enums.SelOutpVxAxis.S0V25)

Selects the mode the voltage is supplied depending on the frequency. The R&S SMA100B supplies the signal at the V/GHz X-Axis connector.

param outp_sel_scale:

S0V25| S0V5| S1V0| XAXis S0V25|S0V5|S1V0 Supplies the voltage proportional to the set frequency, derived from the selected setting. XAXis Supplies a voltage range from 0 V to 10 V proportional to the frequency sweep range, set with[:SOURcehw]:FREQuency:STARt and [:SOURcehw]:FREQuency:STOP.