Profile

SCPI Command :

[CONFigure]:SIGNaling:FADing:PROFile
class ProfileCls[source]

Profile commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) FadingProfile[source]
# SCPI: [CONFigure]:SIGNaling:FADing:PROFile
value: enums.FadingProfile = driver.configure.signaling.fading.profile.get(cell_name = 'abc')

Selects a propagation condition profile for fading.

param cell_name:

No help available

return:

profile: NONE and values listed in Table ‘Profile values’

set(cell_name: str, profile: FadingProfile) None[source]
# SCPI: [CONFigure]:SIGNaling:FADing:PROFile
driver.configure.signaling.fading.profile.set(cell_name = 'abc', profile = enums.FadingProfile.CTES)

Selects a propagation condition profile for fading.

param cell_name:

No help available

param profile:

NONE and values listed in Table ‘Profile values’