Noise

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:NOISe:NOC1
[SOURce<HW>]:BB:EUTRa:NOISe:NOC2
[SOURce<HW>]:BB:EUTRa:NOISe:NOC3
[SOURce<HW>]:BB:EUTRa:NOISe:STATe
[SOURce<HW>]:BB:EUTRa:NOISe:TMODel
[SOURce<HW>]:BB:EUTRa:NOISe:UMODe
class NoiseCls[source]

Noise commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_noc_1() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:NOC1
value: float = driver.source.bb.eutra.noise.get_noc_1()

No command help available

return

eu_nois_noc_1: No help available

get_noc_2() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:NOC2
value: float = driver.source.bb.eutra.noise.get_noc_2()

No command help available

return

eu_nois_noc_2: No help available

get_noc_3() float[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:NOC3
value: float = driver.source.bb.eutra.noise.get_noc_3()

No command help available

return

eu_nois_noc_3: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:STATe
value: bool = driver.source.bb.eutra.noise.get_state()

No command help available

return

eu_nois_stat: No help available

get_tmodel() str[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:TMODel
value: str = driver.source.bb.eutra.noise.get_tmodel()

No command help available

return

eu_nois_model: No help available

get_umode() bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:UMODe
value: bool = driver.source.bb.eutra.noise.get_umode()

No command help available

return

eu_nois_user: No help available

set_noc_1(eu_nois_noc_1: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:NOC1
driver.source.bb.eutra.noise.set_noc_1(eu_nois_noc_1 = 1.0)

No command help available

param eu_nois_noc_1

No help available

set_noc_2(eu_nois_noc_2: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:NOC2
driver.source.bb.eutra.noise.set_noc_2(eu_nois_noc_2 = 1.0)

No command help available

param eu_nois_noc_2

No help available

set_noc_3(eu_nois_noc_3: float) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:NOC3
driver.source.bb.eutra.noise.set_noc_3(eu_nois_noc_3 = 1.0)

No command help available

param eu_nois_noc_3

No help available

set_state(eu_nois_stat: bool) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:STATe
driver.source.bb.eutra.noise.set_state(eu_nois_stat = False)

No command help available

param eu_nois_stat

No help available

set_tmodel(eu_nois_model: str) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:TMODel
driver.source.bb.eutra.noise.set_tmodel(eu_nois_model = 'abc')

No command help available

param eu_nois_model

No help available

set_umode(eu_nois_user: bool) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:NOISe:UMODe
driver.source.bb.eutra.noise.set_umode(eu_nois_user = False)

No command help available

param eu_nois_user

No help available