Standard

SCPI Command :

[SENSe]:DDEMod:PRESet[:STANdard]
class StandardCls[source]

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

get() RsFsw.enums.TechnologyStandardDdem[source]
# SCPI: [SENSe]:DDEMod:PRESet[:STANdard]
value: enums.TechnologyStandardDdem = driver.applications.k70Vsa.sense.ddemod.preset.standard.get()

Selects an automatic setting of all modulation parameters according to a standardized transmission method or a user-defined transmission method. The standardized transmission methods are available in the instrument as predefined standards.

return

standard: (enum or string) Specifies the file name that contains the transmission method without the extension. For user-defined standards, the file path must be included. Default standards predefined by Rohde&Schwarz do not require a path definition. A list of predefined standards (including short forms) is provided in the annex (see ‘Predefined standards and settings’) .

set(standard: RsFsw.enums.TechnologyStandardDdem) None[source]
# SCPI: [SENSe]:DDEMod:PRESet[:STANdard]
driver.applications.k70Vsa.sense.ddemod.preset.standard.set(standard = enums.TechnologyStandardDdem.DECT)

Selects an automatic setting of all modulation parameters according to a standardized transmission method or a user-defined transmission method. The standardized transmission methods are available in the instrument as predefined standards.

param standard

(enum or string) Specifies the file name that contains the transmission method without the extension. For user-defined standards, the file path must be included. Default standards predefined by Rohde&Schwarz do not require a path definition. A list of predefined standards (including short forms) is provided in the annex (see ‘Predefined standards and settings’) .