License

SCPI Command :

SYSTem:BASE:DEVice:LICense
class LicenseCls[source]

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

class LicenseStruct[source]

Response structure. Fields:

  • Sw_Option: List[str]: No parameter help available

  • License_Count: List[int]: No parameter help available

  • Instrument: List[int]: No parameter help available

get() LicenseStruct[source]
# SCPI: SYSTem:BASE:DEVice:LICense
value: LicenseStruct = driver.system.device.license.get()

No command help available

return:

structure: for return value, see the help for LicenseStruct structure arguments.

set(sw_option: List[str] = None, license_count: List[int] = None, instrument: List[int] = None) None[source]
# SCPI: SYSTem:BASE:DEVice:LICense
driver.system.device.license.set(sw_option = ['abc1', 'abc2', 'abc3'], license_count = [1, 2, 3], instrument = [1, 2, 3])

No command help available

param sw_option:

No help available

param license_count:

No help available

param instrument:

No help available