Standard
SCPI Command :
[SENSe]:DDEMod:PRESet[:STANdard]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() TechnologyStandardDdem[source]
# [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.
- Returns:
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: TechnologyStandardDdem) None[source]
# [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.
- Parameters:
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’) .