ListPy
SCPI Command :
SYSTem:OPTion:LICense[:LIST]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Option: str: string value Name of an option whose license is set.
2 State: enums.OptionState: ON | OFF | OCCupy State of the license ON Floating license enabled OFF Floating license disabled OCCupy Occupied license
3 Days: float: The time period that an occupied license is stored locally after it is retrieved from the license server. Range: 1 to 7, Unit: days
- get() GetStruct[source]
# SYSTem:OPTion:LICense[:LIST] value: GetStruct = driver.system.option.license.listPy.get()
Defines the availability of floating licenses for the FSW.
- Returns:
structure: for return value, see the help for GetStruct structure arguments.