Band
SCPI Command :
[SENSe]:CORRection:CVL:BAND
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() BandB[source]
# [SENSe]:CORRection:CVL:BAND value: enums.BandB = driver.applications.k9X11Ad.sense.correction.cvl.band.get()
Defines the waveguide band for which the conversion loss table is to be used. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see method
RsFsw.applications.k50Spurious.sense.correction.cvl.select.set()) . Is only available with option B21 (External Mixer) installed.- Returns:
band: (enum or string) K | KA | Q | U | V | E | W | F | D | G | Y | J | USER Standard waveguide band or user-defined band. For a definition of the frequency range for the pre-defined bands, see Table ‘Frequency ranges for pre-defined bands’) .
- set(band: BandB) None[source]
# [SENSe]:CORRection:CVL:BAND driver.applications.k9X11Ad.sense.correction.cvl.band.set(band = enums.BandB.D)
Defines the waveguide band for which the conversion loss table is to be used. This setting is checked against the current mixer setting before the table can be assigned to the range. Before this command can be performed, the conversion loss table must be selected (see method
RsFsw.applications.k50Spurious.sense.correction.cvl.select.set()) . Is only available with option B21 (External Mixer) installed.- Parameters:
band – (enum or string) K | KA | Q | U | V | E | W | F | D | G | Y | J | USER Standard waveguide band or user-defined band. For a definition of the frequency range for the pre-defined bands, see Table ‘Frequency ranges for pre-defined bands’) .