High

SCPI Command :

[SENSe]:MIXer:LOSS:TABLe:HIGH
class HighCls[source]

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

get() str[source]
# SCPI: [SENSe]:MIXer:LOSS:TABLe:HIGH
value: str = driver.sense.mixer.loss.table.high.get()

Defines the conversion loss table to be used for the high (second) range.

return

filename: String containing the path and name of the file, or the serial number of the external mixer whose file is required. The FSW automatically selects the correct cvl file for the current IF. As an alternative, you can also select a user-defined conversion loss table (.acl file) .

set(filename: str) None[source]
# SCPI: [SENSe]:MIXer:LOSS:TABLe:HIGH
driver.sense.mixer.loss.table.high.set(filename = 'abc')

Defines the conversion loss table to be used for the high (second) range.

param filename

String containing the path and name of the file, or the serial number of the external mixer whose file is required. The FSW automatically selects the correct cvl file for the current IF. As an alternative, you can also select a user-defined conversion loss table (.acl file) .