Standard
SCPI Command :
TRIGger<*>:TV:STANdard
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) TvStandard[source]
# TRIGger<*>:TV:STANdard value: enums.TvStandard = driver.trigger.tv.standard.get(trigger = repcap.Trigger.Default)
Sets the TV standard.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
standard: CUSTom | PAL | PALM | NTSC | SECam | P480L60HZ | P720L30HZ | P720L50HZ | P720L60HZ | I1080L50HZ | I1080L60HZ | P1080L24HZ | P1080L24HZSF | P1080L25HZ | P1080L30HZ | P1080L50HZ | P1080L60HZ
CUSTom: User-defined signal. Configure the signal using:TRIGgert:TV:CUSTom:SCANmodeTRIGgert:TV:CUSTom:STYPeTRIGgert:TV:CUSTom:LDURationTRIGgert:TV:CUSTom:SDURation
PAL | PALM | NTSC | SECam: SDTV standards. PALM = PAL-M
PxxxxLyyHZ: HDTV standards using progressive scanning (P) . xxxx indicates the number of active lines, yy is the frame rate.
IxxxxLxxHZ: HDTV standards using interlaced scanning (I) . xxxx indicates the number of active lines, yy is the field rate.
P1080L24HZSF: 1080p/24sF is a HDTV standard using progressive segmented frame scanning.
- set(standard: TvStandard, trigger=Trigger.Default) None[source]
# TRIGger<*>:TV:STANdard driver.trigger.tv.standard.set(standard = enums.TvStandard.CUSTom, trigger = repcap.Trigger.Default)
Sets the TV standard.
- Parameters:
standard –
CUSTom | PAL | PALM | NTSC | SECam | P480L60HZ | P720L30HZ | P720L50HZ | P720L60HZ | I1080L50HZ | I1080L60HZ | P1080L24HZ | P1080L24HZSF | P1080L25HZ | P1080L30HZ | P1080L50HZ | P1080L60HZ
CUSTom: User-defined signal. Configure the signal using:TRIGgert:TV:CUSTom:SCANmodeTRIGgert:TV:CUSTom:STYPeTRIGgert:TV:CUSTom:LDURationTRIGgert:TV:CUSTom:SDURation
PAL | PALM | NTSC | SECam: SDTV standards. PALM = PAL-M
PxxxxLyyHZ: HDTV standards using progressive scanning (P) . xxxx indicates the number of active lines, yy is the frame rate.
IxxxxLxxHZ: HDTV standards using interlaced scanning (I) . xxxx indicates the number of active lines, yy is the field rate.
P1080L24HZSF: 1080p/24sF is a HDTV standard using progressive segmented frame scanning.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)