Band

SCPI Command :

[SENSe]:CORRection:CVL:BAND
class BandCls[source]

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

get() RsFsw.enums.Band[source]
# SCPI: [SENSe]:CORRection:CVL:BAND
value: enums.Band = driver.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 [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.

return

band: 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: RsFsw.enums.Band) None[source]
# SCPI: [SENSe]:CORRection:CVL:BAND
driver.sense.correction.cvl.band.set(band = enums.Band.A)

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 [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.

param band

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’) .