Low

SCPI Command :

[SENSe]:MIXer:LOSS:TABLe[:LOW]
class LowCls[source]

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

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

Defines the file name of the conversion loss table to be used for the low (first) 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[:LOW]
driver.sense.mixer.loss.table.low.set(filename = 'abc')

Defines the file name of the conversion loss table to be used for the low (first) 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) .