Fsimulator

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:FSIMulator:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:FSIMulator:STANdard
class Fsimulator[source]

Fsimulator commands group definition. 9 total commands, 4 Sub-groups, 2 group commands

get_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:FSIMulator:ENABle
value: bool = driver.configure.fading.carrier.fsimulator.get_enable()

Enables/disables the fading simulator.

return

enable: OFF | ON

Global Repeated Capabilities: repcap.Carrier

get_standard()RsCmwWcdmaSig.enums.FadingStandard[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:FSIMulator:STANdard
value: enums.FadingStandard = driver.configure.fading.carrier.fsimulator.get_standard()

Selects one of the propagation conditions defined in the annex B.2 of 3GPP TS 25.101.

return

standard: C1 | C2 | C3 | C4 | C5 | C6 | C8 | PA3 | PB3 | VA3 | VA30 | VA12 | MPRopagation | BDEath | HST C1 to C6: case 1 to case 6 (multipath fading profile) C8: case 8 (for CQI test in multipath fading and HS-SCCH-less demodulation of HS-DSCH) PA3 | PB3: ITU PA3 / PB3 (multipath fading profile) VA3 | VA30 | VA12: ITU VA3 / VA30 / VA120 (multipath fading profile) MPRopagation: moving propagation BDEath: birth-death propagation HST: high-speed train

Global Repeated Capabilities: repcap.Carrier

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:FSIMulator:ENABle
driver.configure.fading.carrier.fsimulator.set_enable(enable = False)

Enables/disables the fading simulator.

param enable

OFF | ON

Global Repeated Capabilities: repcap.Carrier

set_standard(standard: RsCmwWcdmaSig.enums.FadingStandard)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:FSIMulator:STANdard
driver.configure.fading.carrier.fsimulator.set_standard(standard = enums.FadingStandard.B261)

Selects one of the propagation conditions defined in the annex B.2 of 3GPP TS 25.101.

param standard

C1 | C2 | C3 | C4 | C5 | C6 | C8 | PA3 | PB3 | VA3 | VA30 | VA12 | MPRopagation | BDEath | HST C1 to C6: case 1 to case 6 (multipath fading profile) C8: case 8 (for CQI test in multipath fading and HS-SCCH-less demodulation of HS-DSCH) PA3 | PB3: ITU PA3 / PB3 (multipath fading profile) VA3 | VA30 | VA12: ITU VA3 / VA30 / VA120 (multipath fading profile) MPRopagation: moving propagation BDEath: birth-death propagation HST: high-speed train

Global Repeated Capabilities: repcap.Carrier

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.fading.carrier.fsimulator.clone()

Subgroups