Cstd
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:LOGNormal:CSTD
- class CstdCls[source]
Cstd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(fadingGroup=FadingGroup.Default, path=Path.Default) int [source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:LOGNormal:CSTD value: int = driver.source.fsimulator.delay.group.path.logNormal.cstd.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the standard deviation for lognormal fading.
- param fadingGroup
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)
- return
cstd: integer Range: 0 to 12, Unit: dB
- set(cstd: int, fadingGroup=FadingGroup.Default, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:LOGNormal:CSTD driver.source.fsimulator.delay.group.path.logNormal.cstd.set(cstd = 1, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the standard deviation for lognormal fading.
- param cstd
integer Range: 0 to 12, Unit: dB
- param fadingGroup
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Group’)
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)