Phich

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:PHICh:DURation
[SOURce<HW>]:BB:EUTRa:DL:PHICh:NGParameter
class PhichCls[source]

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

get_duration() RsSmbv.enums.EuTraDuration[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PHICh:DURation
value: enums.EuTraDuration = driver.source.bb.eutra.downlink.phich.get_duration()

No command help available

return

duration: No help available

get_ng_parameter() RsSmbv.enums.EutraPhichNg[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PHICh:NGParameter
value: enums.EutraPhichNg = driver.source.bb.eutra.downlink.phich.get_ng_parameter()

No command help available

return

ng_parameter: No help available

set_duration(duration: RsSmbv.enums.EuTraDuration) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PHICh:DURation
driver.source.bb.eutra.downlink.phich.set_duration(duration = enums.EuTraDuration.EXTended)

No command help available

param duration

No help available

set_ng_parameter(ng_parameter: RsSmbv.enums.EutraPhichNg) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PHICh:NGParameter
driver.source.bb.eutra.downlink.phich.set_ng_parameter(ng_parameter = enums.EutraPhichNg.NG1)

No command help available

param ng_parameter

No help available