Custom

SCPI Command :

[SENSe]:NR5G:MODulation:SELect:CUSTom
class CustomCls[source]

Custom commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() str[source]
# SCPI: [SENSe]:NR5G:MODulation:SELect:CUSTom
value: str = driver.applications.k14Xnr5G.sense.nr5G.modulation.select.custom.get()

No command help available

return

modulation: No help available

set(modulation: str) None[source]
# SCPI: [SENSe]:NR5G:MODulation:SELect:CUSTom
driver.applications.k14Xnr5G.sense.nr5G.modulation.select.custom.set(modulation = 'abc')

No command help available

param modulation

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.sense.nr5G.modulation.select.custom.clone()

Subgroups