Usch

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:CATalog
[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:DELete
[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:FSELect
class UschCls[source]

Usch commands group definition. 3 total commands, 0 Subgroups, 3 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:DELete
driver.source.bb.w3Gpp.mstation.udtx.usch.delete(filename = 'abc')

Deletes the selected file from the default or specified directory. Deleted are files with the file extension *.3g_sch.

param filename

string

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:CATalog
value: List[str] = driver.source.bb.w3Gpp.mstation.udtx.usch.get_catalog()

Queries the files with uplink user scheduling settings (file extension *.3g_sch) in the default or the specified directory.

return

catalog: string

get_fselect() str[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:FSELect
value: str = driver.source.bb.w3Gpp.mstation.udtx.usch.get_fselect()

Loads the selected file from the default or the specified directory. Loads are files with extension *.3g_sch.

return

filename: string

set_fselect(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:FSELect
driver.source.bb.w3Gpp.mstation.udtx.usch.set_fselect(filename = 'abc')

Loads the selected file from the default or the specified directory. Loads are files with extension *.3g_sch.

param filename

string