LogNormal

SCPI Commands :

[SOURce<HW>]:FSIMulator:COUPle:LOGNormal:CSTD
[SOURce<HW>]:FSIMulator:COUPle:LOGNormal:LCONstant
class LogNormalCls[source]

LogNormal commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_cstd() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:CSTD
value: bool = driver.source.fsimulator.couple.logNormal.get_cstd()

(available in ‘System Configuration > Mode > Standard’) Couples the lognormal fading setting.

return

cstd: No help available

get_lconstant() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:LCONstant
value: bool = driver.source.fsimulator.couple.logNormal.get_lconstant()

(available in ‘System Configuration > Mode > Standard’) Couples the lognormal fading setting.

return

lconstant: 1| ON| 0| OFF

set_cstd(cstd: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:CSTD
driver.source.fsimulator.couple.logNormal.set_cstd(cstd = False)

(available in ‘System Configuration > Mode > Standard’) Couples the lognormal fading setting.

param cstd

1| ON| 0| OFF

set_lconstant(lconstant: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:LCONstant
driver.source.fsimulator.couple.logNormal.set_lconstant(lconstant = False)

(available in ‘System Configuration > Mode > Standard’) Couples the lognormal fading setting.

param lconstant

1| ON| 0| OFF