High

SCPI Command :

[SENSe]:MIXer:LOSS:TABLe:HIGH
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [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.

Returns:

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]
# [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.

Parameters:

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