LogNormal
SCPI Commands :
[SOURce<HW>]:FSIMulator:COUPle:LOGNormal:CSTD
[SOURce<HW>]:FSIMulator:COUPle:LOGNormal:LCONstant
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_cstd() bool[source]
# [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:CSTD value: bool = driver.source.fsimulator.couple.logNormal.get_cstd()
Requires ‘System Configuration’ > ‘Mode’ > ‘Standard’. Couples the lognormal fading setting.
- get_lconstant() bool[source]
# [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:LCONstant value: bool = driver.source.fsimulator.couple.logNormal.get_lconstant()
Requires ‘System Configuration’ > ‘Mode’ > ‘Standard’. Couples the lognormal fading setting.
- Returns:
lconstant: 1 | ON | 0| OFF
- set_cstd(cstd: bool) None[source]
# [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:CSTD driver.source.fsimulator.couple.logNormal.set_cstd(cstd = False)
Requires ‘System Configuration’ > ‘Mode’ > ‘Standard’. Couples the lognormal fading setting.
- Parameters:
cstd – 1 | ON | 0| OFF
- set_lconstant(lconstant: bool) None[source]
# [SOURce<HW>]:FSIMulator:COUPle:LOGNormal:LCONstant driver.source.fsimulator.couple.logNormal.set_lconstant(lconstant = False)
Requires ‘System Configuration’ > ‘Mode’ > ‘Standard’. Couples the lognormal fading setting.
- Parameters:
lconstant – 1 | ON | 0| OFF